9 lines
73 B
Makefile
9 lines
73 B
Makefile
all:
|
|
npm install
|
|
|
|
clean:
|
|
rm -rf node_modules/*
|
|
|
|
check:
|
|
./run_tests.sh
|