X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=4e2a9cce206c1e52ac5376a41a68f1f523075f2e;hb=4796e2275dab7a87639758084db9f01221c539a5;hp=eeba63637d90e63f28e4bb3df23cdb466c6b8657;hpb=a8412a5c4ccf1c390b8c0325b4d9c8088de25586;p=rrq%2Foverlay-boot.git diff --git a/Makefile b/Makefile index eeba636..4e2a9cc 100644 --- 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))