diff --git a/Makefile b/Makefile index 05cf01b5..fdd35f69 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ endif # Convenience targets -all: dep $(TARGET) +all: $(TARGET) dep: $(MAKE) -C dep