X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=Makefile;h=6ad94788811b9e874c7d86c785fe0ab4bf497993;hp=bd18a82f9bdf1d8707e4056865595a55eafe373e;hb=3ed0f0b53ff1b3ea3e30292bf39eb6e30935e9eb;hpb=8e15bf45529fdef04ee4fb1d137d3bd951ef2e4c diff --git a/Makefile b/Makefile index bd18a82..6ad9478 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,18 @@ svgs= generated_images= $(svgs:.svg=.png) images= +images += $(svgs) images += $(generated_images) -objects= $(generated_images) .sha1sums.styl style.css tags +objects= $(generated_images) .sha1sums.styl css.css tags all: $(objects) clean: rm -f $(objects) -style.css: styl.styl .sha1sums.styl - compile-stylus $< +css.css: style.styl .sha1sums.styl + compile-stylus $< $@ .sha1sums.styl: $(images) ( \