UNPKG

scratchcard

Version:
13 lines (8 loc) 137 B
gulp = node_modules/.bin/gulp .PHONY: dist dist: $(gulp) $< build clean: $(gulp) $< clean $(gulp): npm install --production false