Makefile: distclean is a phony target

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2014-08-23 22:09:17 +02:00
parent ba50e65b5b
commit 6bc81f5a36
1 changed files with 1 additions and 1 deletions

View File

@ -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)