From 72dcc91a54e60f17b516d21ccd252afa78e14b0d Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 1 Apr 2022 11:55:04 +1100 Subject: [PATCH 1/1] atuned to deb building --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8636bf6..1daf2e7 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(REAPER): # Specific rule: the reaper program originates from $(REAPER) reaper: $(REAPER) - cp -p $< $@ + mv $< $@ # Generic rule: any dependee directory needs to be created %/: @@ -46,9 +46,10 @@ $(addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/ # Make target: to clean up this workspace clean: - rm -f reaper overlay-boot.8 + rm -f reaper *.8 make -C $$(dirname $(REAPER)) clean - dh_clean -d + +.INTERMEDIATE: reaper $(MAN8FILES) # Make target: enumerates that which should be installed #INSTALLTARGETS = $(addprefix $(SBINDIR)/,$(SBINFILES)) -- 2.39.2