]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/Makefile
Remove svn:keywords
[SourceForge/phpwiki.git] / themes / shamino_com / Makefile
1 # themes/shamino_com/Makefile
2 #
3 # minify CSS and JS
4 #
5
6 CSS_SRC = shamino_com.css
7 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
8
9 all     : css
10
11 include ../Makefile.global