Fixed up the "make clean" target and used normal Chicken flags for compiling.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4490 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Jonah Beckford 2003-03-10 04:49:37 +00:00
commit 4acaeabf2a
8 changed files with 14 additions and 14 deletions

View file

@ -32,7 +32,7 @@ $(TARGET): $(SRCS)
clean::
rm -f *_wrap* *.o core *~ *.so *.stackdump STACKTRACE
rm -f $(CHICKGEN)
rm -f $(CHICKGEN) csi.c precsi.c osimple.c
rm -f simple.scm
rm -f $(TARGET)
rm -f *.gif