JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
indent with spaces
[wfpl-cms.git] / Makefile
index 9eeb0f4..c7a7078 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,13 @@
+all: css.css
 
-all: style.css tags
+clean:
+       rm -f css.css
 
-tags: *.php code/*.php code/wfpl/*.php
-       exuberant-ctags *.php code/*.php code/wfpl/*.php
+css.css: style.sass
+       ./build production
 
-style.css: style.less
-       lessc $< $@
+%.min.svg: %.svg
+       svgo $< $@
+
+tags: *.php inc/*.php inc/wfpl/*.php
+       ctags *.php inc/*.php inc/wfpl/*.php