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

Add .dfsl, .d64fsl files as clean targets

parent de7545de
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ test:
clean:
@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@rm -f gazonk* out.class
@rm -f gazonk* out.class *.dfsl *.d64fsl
......@@ -135,6 +135,7 @@ rt_1000_8:
clean:
@rm -f test*.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@rm -f *.dfsl *.d64fsl
@(cd beyond-ansi; $(MAKE) clean)
@rm -rf scratch/ scratch.txt
@rm -f foo.txt foo.lsp foo.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