Loading GNUmakefile +5 −1 Original line number Diff line number Diff line Loading @@ -58,9 +58,13 @@ clean: FORCE done; \ fi; \ done rm -rf tmp rm -rf tmp/ LICENSE test/try-reloading-dependency.asd make -C doc clean mrproper: clean rm -rf .pc/ build-stamp debian/patches/ debian/debhelper.log debian/cl-asdf/ # debian crap test: FORCE @cd test; make clean;./run-tests.sh ${lisp} ${test-glob} Loading Loading
GNUmakefile +5 −1 Original line number Diff line number Diff line Loading @@ -58,9 +58,13 @@ clean: FORCE done; \ fi; \ done rm -rf tmp rm -rf tmp/ LICENSE test/try-reloading-dependency.asd make -C doc clean mrproper: clean rm -rf .pc/ build-stamp debian/patches/ debian/debhelper.log debian/cl-asdf/ # debian crap test: FORCE @cd test; make clean;./run-tests.sh ${lisp} ${test-glob} Loading