Another fix for Makefile

This commit is contained in:
Daniel Bovensiepen
2012-09-22 02:16:13 +08:00
parent 2a6152a1e0
commit 7b8b3c0213
+1 -1
View File
@@ -59,7 +59,7 @@ $(GEMDLIB) :
# clean driver and all gems
.PHONY : clean
clean : GEM_MAKEFILE
clean : $(GEM_MAKEFILE)
@echo "Cleanup Gems"
$(MAKE) clean -C g
-$(RM_F) $(INIT).c *.o *.d $(GENERATOR_BIN) $(GEM_MAKEFILE)