my second commit

This commit is contained in:
Pierre Tellier
2024-04-20 14:07:05 +02:00
parent 547b5de903
commit 2d68715003
11 changed files with 708 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
parcel:
npm run parcel src/player.html src/*.ts
uncrash:
pkill -9 node
clean:
rm -rf .parcel-cache dist