chiark
/
gitweb
/
~mdw
/
preload-hacks
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
bc432a4
)
Makefile (clean): Have a variable for things to clean.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jun 2018 20:52:50 +0000
(21:52 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jun 2018 23:54:08 +0000
(
00:54
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 25e5d14604234e99087940c3128e15186183a7dc..519270ee78365b73eeab1313c781b200826e2fbb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-141,8
+141,10
@@
DISTFILES += $(patsubst %, debian/%.lintian-overrides, \
all: $(TARGETS)
.PHONY: ALL
all: $(TARGETS)
.PHONY: ALL
+CLEAN += $(TARGETS)
+CLEAN += *.o
clean:
clean:
- rm -f
*.o $(TARGETS
)
+ rm -f
$(CLEAN
)
.PHONY: clean
## Building sources.
.PHONY: clean
## Building sources.