]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/Makefile
include [all] Include and file path should be devided with single space. File path...
[SourceForge/phpwiki.git] / themes / shamino_com / Makefile
1 # $Id$
2 #
3 # themes/shamino_com/Makefile
4 #
5 # minify CSS and JS
6 #
7
8 CSS_SRC = shamino_com.css
9 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
10
11 all     : css
12
13 include ../Makefile.global