syndicate-js/Makefile

7 lines
87 B
Makefile
Raw Normal View History

2018-11-01 15:29:20 +00:00
lib: $(wildcard src/*.js)
mkdir -p $@
npx babel src --out-dir $@
clean:
rm -rf lib