tell about -C option
[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 >> $@