]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/Makefile
No table summary in HTML 5
[SourceForge/phpwiki.git] / themes / Crao / Makefile
1 # themes/Crao/Makefile
2 #
3 # minify CSS and JS
4 #
5
6 CSS_SRC = crao.css
7 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
8 MAIN    = sticky
9 JS_MAIN = sticky.js
10
11 all     : css js
12
13 include ../Makefile.global