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

Clean beyond-ansi/ directory on make clean

parent 069ace59
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
# LISP=abcl
# LISP=ecl
MAKE=make
test:
@rm -rf scratch
cat doit.lsp | $(LISP) | tee test.out
......@@ -54,6 +56,7 @@ rt_1000_8:
clean:
@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@(cd beyond-ansi; $(MAKE) clean)
@rm -rf scratch/ scratch.txt
@rm -f foo.txt foo.lsp foo.dat
@rm -f tmp.txt tmp.dat tmp2.dat temp.dat
......
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