X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=c63e1bf67cb561a67fe4c24d3d25da367144e625;hb=cdaa9cb65482eaca5a8eafbbe7b3bec9fb157512;hp=dfa7a11eea67383475d44e3435f41e2975691576;hpb=3199369942d2e5ab4f5b060c2c6b655caf505944;p=umlisp.git diff --git a/Makefile b/Makefile index dfa7a11..c63e1bf 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -.PHONY: all clean test test-acl test-sbcl +.PHONY: all clean test test-acl test-sbcl distclean test-file:=`pwd`/run-tests.lisp all: +distclean: clean clean: @find . -type f -name "*.fasl*" -or -name "*.ufsl" -or -name "*.x86f" \ -or -name "*.fas" -or -name "*.pfsl" -or -name "*.dfsl" \