Skip to content
Snippets Groups Projects
Commit d23f34cd authored by pfdietz's avatar pfdietz
Browse files

Modify clean

parent ce7594cd
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,12 @@ random-test: ...@@ -26,6 +26,12 @@ random-test:
:if-does-not-exist :create) \ :if-does-not-exist :create) \
(mapc #'print x)) \ (mapc #'print x)) \
#-allegro (quit) #+allegro (excl::exit)))" | $(LISP) #-allegro (quit) #+allegro (excl::exit)))" | $(LISP)
rm -f gazonk*
clean: clean:
rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.fas *.lib \#*\#; rm -rf scratch/; rm -f foo.txt foo.lsp file-that-was-renamed.txt tmp.dat temp.dat @rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.fas *.lib \#*\#
@rm -rf scratch/
@rm -f foo.txt foo.lsp file-that-was-renamed.txt tmp.dat temp.dat
@rm -f gazonk*
@rm -rf TMP/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment