ImageGrid/ui/Makefile
Alex A. Naanou 6dcc86540b added a LESS CSS preprocessor to the workflow...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-06-04 16:31:56 +04:00

13 lines
177 B
Makefile
Executable File

TARGET=layout.css
LESS_FILE=layout.less
$(TARGET): $(LESS_FILE)
lessc $(LESS_FILE) > $(TARGET)
# Makefile dependencies...
$(OBJ): Makefile
$(TARGET): Makefile