cyp/app/Makefile

8 lines
101 B
Makefile
Raw Normal View History

2019-03-20 05:56:39 +08:00
LESS := $(shell npm bin)/lessc
APP := app.css
all: $(APP)
$(APP): css/*
$(LESS) css/app.less > $@