3c81875b1860fb0a3acee564f132de75e286ddcd
[rrq/newlisp/packnl.git] / Makefile
1 packnl: packnl.lsp incore.lsp main-args.lsp
2         newlisp -x incore.lsp $@
3         chmod a+x $@
4         echo 'xxxxxxxxxxxxxxxxxxxxxx''xxxxxxxxxxxxxxxxxx' >> $@
5         for F in $^ ; do echo "$$F\n$$(stat -c %s $$F)" ; cat $$F ; done >> $@