1
0
Fork 0
mirror of https://github.com/ssb22/clara-empricost.git synced 2023-06-10 09:55:28 +00:00
clara-empricost/Makefile

9 lines
160 B
Makefile

clara: *.cpp
g++ -D__unix__ *.cpp -o $@
source.tgz: *.cpp *.h LICENSE Makefile
tar -cvf source.tar $^
zopfli source.tar
rm source.tar
mv source.tar.gz $@