mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
working on Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4d71814fe9
commit
cf47504ccd
20
ui/Makefile
20
ui/Makefile
@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
TARGET=layout.css
|
%.css: %.less
|
||||||
|
lessc $< > $@
|
||||||
|
|
||||||
LESS_FILE=layout.less
|
CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))
|
||||||
|
|
||||||
$(TARGET): $(LESS_FILE)
|
# make this search for all *.less files...
|
||||||
lessc $(LESS_FILE) > $(TARGET)
|
TARGET= layout.css
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
all: $(CSS_FILES)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET)
|
@rm -f $(TARGET)
|
||||||
|
|
||||||
# Makefile dependencies...
|
|
||||||
$(OBJ): Makefile
|
|
||||||
$(TARGET): Makefile
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user