diff --git a/Makefile b/Makefile index ca85be6..8056326 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,9 @@ +static/dist: static/dist/line-awesome/fonts static/dist/github-markdown-css/github-markdown-light.css - -static/dist: static/dist/line-awesome static/dist/github-markdown-css/github-markdown-light.css - -static/dist/line-awesome: static/dist/line-awesome/fonts/la-solid-900.woff static/dist/line-awesome/fonts/la-brands-400.woff - -static/dist/line-awesome/fonts/la-solid-900.woff: node_modules/line-awesome/dist/line-awesome/fonts/la-solid-900.woff - @mkdir -p $(dir $@) - cp $< $@ - -static/dist/line-awesome/fonts/la-brands-400.woff: node_modules/line-awesome/dist/line-awesome/fonts/la-brands-400.woff - @mkdir -p $(dir $@) - cp $< $@ +static/dist/line-awesome/fonts: node_modules/line-awesome/dist/line-awesome/fonts + mkdir -p $@ + cp -r $