done with Makefile...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-04 19:27:23 +04:00
parent cf47504ccd
commit 8e53500feb

View File

@ -4,12 +4,7 @@
CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))
# make this search for all *.less files...
TARGET= layout.css
all: $(CSS_FILES)
clean:
@rm -f $(TARGET)
@rm -f $(CSS_FILES)