cyp/app/Makefile
Ondrej Zara 17b5040766 art
2019-03-19 22:56:39 +01:00

8 lines
101 B
Makefile

LESS := $(shell npm bin)/lessc
APP := app.css
all: $(APP)
$(APP): css/*
$(LESS) css/app.less > $@