diff --git a/Makefile b/Makefile index 1eab075..f44fb2a 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ link: compile compile: $(foreach dir,$(COMPONENTS), $(MAKE) -C $(dir) all ;) -test: compile link - cd test; make all; +test: link + make -C test all; rebuild: clean all