diff --git a/Makefile b/Makefile index 3795091ad..1f7888560 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -all: src.build +.PHONY: src -src.build: +all: src + +src: $(MAKE) -C src \ No newline at end of file