tidy up makefile more

This commit is contained in:
Rhiannon Morris 2020-07-26 03:04:40 +02:00
parent 720cfcc341
commit d55b13d484
1 changed files with 2 additions and 6 deletions

View File

@ -38,14 +38,10 @@ $(BUILDDIR)/index.html: $(DATADIR)/index.yaml $(MAKEPAGES)
$(BUILDDIR)/%: %
echo "[copy] "$@
mkdir -p $(dir $@)
cp $< $@
$(call copy)
$(BUILDDIR)/%: $(TMPDIR)/%
echo "[copy] "$@
mkdir -p $(dir $@)
cp $< $@
$(call copy)
$(TMPDIR)/%_small.png: $(DATADIR)/%.png