Daru/Makefile

4 lines
106 B
Makefile

pack:
rm ./*~ -rf
zip -r -FS ../Daru.zip * --exclude '*.git*' --exclude 'Makefile' --exclude 'daru.zip'