Commit 7e8aa42f authored by Stefan Behnel's avatar Stefan Behnel

clean up Makefile

parent 09692418
...@@ -7,8 +7,8 @@ test: all ...@@ -7,8 +7,8 @@ test: all
python run_spam.py python run_spam.py
python integrate_timing.py python integrate_timing.py
cd callback; $(MAKE) test cd callback; $(MAKE) test
cd embed; $(MAKE) test cd embed; $(MAKE) test
clean: clean:
@echo Cleaning Demos @echo Cleaning Demos
@rm -f *.c *.o *.so *~ core @rm -f *.c *.o *.so *~ core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment