Makefile: distclean: do not try to rm `awesome` (#2077)

Follow-up to ec51e3f93, where we stopped creating the symlink.

[ci skip]
This commit is contained in:
Daniel Hahler 2017-10-23 22:25:18 +02:00 committed by GitHub
parent 1ca3fff86c
commit e9b5e28d15
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ install:
distclean: distclean:
$(ECHO) -n "Cleaning up build directory…" $(ECHO) -n "Cleaning up build directory…"
$(RM) -r $(BUILDDIR) $(TARGETS) $(RM) -r $(BUILDDIR)
$(ECHO) " done"
# Use an explicit rule to not "update" the Makefile via the implicit rule below. # Use an explicit rule to not "update" the Makefile via the implicit rule below.
Makefile: ; Makefile: ;