mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-31 23:41:07 +00:00
done with Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cf47504ccd
commit
8e53500feb
@ -4,12 +4,7 @@
|
|||||||
|
|
||||||
CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))
|
CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))
|
||||||
|
|
||||||
# make this search for all *.less files...
|
|
||||||
TARGET= layout.css
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
all: $(CSS_FILES)
|
all: $(CSS_FILES)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(TARGET)
|
@rm -f $(CSS_FILES)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user