mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20: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)
|
||||
lessc $(LESS_FILE) > $(TARGET)
|
||||
# make this search for all *.less files...
|
||||
TARGET= layout.css
|
||||
|
||||
|
||||
|
||||
all: $(CSS_FILES)
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
|
||||
# Makefile dependencies...
|
||||
$(OBJ): Makefile
|
||||
$(TARGET): Makefile
|
||||
|
||||
@rm -f $(TARGET)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user