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:
parent
1ca3fff86c
commit
e9b5e28d15
3
Makefile
3
Makefile
|
@ -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: ;
|
||||||
|
|
Loading…
Reference in New Issue