diff --git a/Makefile b/Makefile index 9e4e5964e..16327a471 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ distclean: $(MAKE) -C ${builddir} $@ $(and $(filter clean,$@),$(RM) $(BUILDLN) $(TARGETS)) -.PHONY: cmake-build cmake install $(BUILDLN) +.PHONY: cmake-build cmake install distclean $(BUILDLN)