UNPKG

songlocator-api

Version:

SongLocator resolvers exposed as WebSocket API

19 lines (13 loc) 230 B
SRC = $(shell find . -name '*.coffee' -type f) LIB = $(SRC:%.coffee=%.js) all: $(LIB) watch: watch -n 0.5 $(MAKE) all clean: rm -f $(LIB) publish: git push git push --tags npm publish %.js: %.coffee coffee --map -bc $<