JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
silence more warnings
[wfpl-cms.git] / Makefile
1 all: style.css
2
3 clean:
4         rm -f css.css tags
5
6 style.css: css/style.scss
7         ./build production && cp css/dist/css.css style.css
8
9 %.min.svg: %.svg
10         svgo $< $@
11
12 tags: *.php inc/*.php inc/wfpl/*.php
13         ctags *.php inc/*.php inc/wfpl/*.php