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

Also delete .abcl files during clean

parent dbfc79d8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ random-test: ...@@ -29,7 +29,7 @@ random-test:
rm -f gazonk* rm -f gazonk*
clean: clean:
@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.fas *.lib \#*\# @rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
@rm -rf scratch/ @rm -rf scratch/
@rm -f foo.txt foo.lsp file-that-was-renamed.txt tmp.dat temp.dat @rm -f foo.txt foo.lsp file-that-was-renamed.txt tmp.dat temp.dat
@rm -f gazonk* @rm -f gazonk*
......
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