projects
/
rrq
/
overlay-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2069126
)
added "clean" target
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 10:45:08 +0000
(21:45 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 10:45:08 +0000
(21:45 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index eeba63637d90e63f28e4bb3df23cdb466c6b8657..4e2a9cce206c1e52ac5376a41a68f1f523075f2e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,7
+30,11
@@
$(addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/
cp -p $< $@
$(VARLIBDIR)/reaper: asm/reaper
- cp $< $@
+# cp $< $@
+
+clean:
+ rm -f reaper overlay-boot.8 asm/reaper
+ dh_clean -d
INSTALLTARGETS = $(addprefix $(SBINDIR)/,$(SBINFILES))
INSTALLTARGETS += $(addprefix $(ETCDIR)/,$(ETCFILES))