9 lines
110 B
Makefile
9 lines
110 B
Makefile
parcel:
|
|
npm run parcel src/player.html src/*.ts
|
|
|
|
uncrash:
|
|
pkill -9 node
|
|
|
|
clean:
|
|
rm -rf .parcel-cache dist
|