diff options
author | VG <vg@devys.org> | 2016-12-09 11:26:33 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2016-12-09 11:26:33 +0100 |
commit | f22f28ab8712b28c6b549c7c85783a081719a43d (patch) | |
tree | dfabcaf1691831a80858347b4bcb7f212577014c /Makefile | |
parent | 7baec10b5c7e454276fafee86fdf91409b242715 (diff) | |
download | catcad-f22f28ab8712b28c6b549c7c85783a081719a43d.tar.gz catcad-f22f28ab8712b28c6b549c7c85783a081719a43d.tar.bz2 catcad-f22f28ab8712b28c6b549c7c85783a081719a43d.zip |
add convenient makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ae94468 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +assembly.scad: $(wildcard cad/*.py *.py) + ./main.py |