tidy up makefile more

This commit is contained in:
Rhiannon Morris 2020-07-26 03:04:40 +02:00
parent 720cfcc341
commit d55b13d484

View file

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