syndicate-js/Makefile

7 lines
87 B
Makefile

lib: $(wildcard src/*.js)
mkdir -p $@
npx babel src --out-dir $@
clean:
rm -rf lib