modify makefile

This commit is contained in:
gwdwyy 2013-07-12 14:08:40 +08:00
parent 70f0ba83f8
commit 56c397b9b9

View File

@ -26,7 +26,7 @@ all: demo
demo: $(OBJS) $(SRCLIB)
$(DOLINK)
$(SRCLIB): $(SRCLIB_DEPS)
$(SRCLIB):
cd $(SRCDIR) && $(MAKE)
clean: