moving stuff around some more

This commit is contained in:
Jeff Bezanson 2012-02-17 17:53:34 -05:00
parent 6afa9c998f
commit 2b34bcfbd3
81 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/*.o
/*.do
/*.a
/*.da
/flisp

View File

@ -56,3 +56,5 @@ clean:
rm -f *.o
rm -f *.do
rm -f $(EXENAME)
rm -f $(LIBTARGET).a
rm -f $(LIBTARGET).da