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:
parent
69cbf4251c
commit
4acaeabf2a
8 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue