11 lines
92 B
Makefile
11 lines
92 B
Makefile
all:
|
|
@npm run browserify
|
|
|
|
clean:
|
|
@npm run clean
|
|
|
|
test:
|
|
@npm test
|
|
|
|
.PHONY: all clean test
|