moving stuff around some more
This commit is contained in:
parent
6afa9c998f
commit
2b34bcfbd3
|
@ -1,4 +1,5 @@
|
||||||
/*.o
|
/*.o
|
||||||
/*.do
|
/*.do
|
||||||
/*.a
|
/*.a
|
||||||
|
/*.da
|
||||||
/flisp
|
/flisp
|
|
@ -56,3 +56,5 @@ clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
rm -f *.do
|
rm -f *.do
|
||||||
rm -f $(EXENAME)
|
rm -f $(EXENAME)
|
||||||
|
rm -f $(LIBTARGET).a
|
||||||
|
rm -f $(LIBTARGET).da
|
Loading…
Reference in New Issue