X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=aee4b759a6d4f50e93db971d8a67a3df95853497;hb=c41e4d944252a03eb80c9f3a1b8939562c4f5453;hp=4e2a9cce206c1e52ac5376a41a68f1f523075f2e;hpb=1d2caf8010011eac8f6e5d79cac03abcb6018953;p=rrq%2Foverlay-boot.git diff --git a/Makefile b/Makefile index 4e2a9cc..aee4b75 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,11 @@ $(addprefix $(MAN8DIR)/,$(MAN8FILES)): overlay-boot.8 | $(MAN8DIR)/ $(MAN8DIR)/ $(VARLIBDIR)/: mkdir -p $@ -$(addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/ +reaper: asm/reaper cp -p $< $@ -$(VARLIBDIR)/reaper: asm/reaper -# cp $< $@ +$(addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/ + cp -p $< $@ clean: rm -f reaper overlay-boot.8 asm/reaper