diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RMDIR=rm -rf RM=rm -f -ALL: build +all: build build: build/Makefile @$(MAKE) -C build