Adds support for TAGS in noweb files. I really don't know whether the above is complete or not.
9 lines
224 B
Makefile
9 lines
224 B
Makefile
default: loop
|
|
|
|
loop: loop.asd loop.lisp scripts/build-exe.lisp
|
|
sbcl --script scripts/build-exe.lisp
|
|
|
|
install: loop
|
|
mkdir -p `head -1 conf-home` && \
|
|
cp -R loop accounts.lisp index groups scripts \
|
|
`head -1 conf-home`
|