mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 1 additions and 2 deletions
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 a new issue