12 lines
109 B
Makefile
12 lines
109 B
Makefile
all:
|
|
@npm run browserify
|
|
@npm run uglify
|
|
|
|
clean:
|
|
@npm run clean
|
|
|
|
test:
|
|
@npm test
|
|
|
|
.PHONY: all clean test
|