Carcasonne/Makefile

9 lines
121 B
Makefile
Raw Permalink Normal View History

2024-04-20 14:07:05 +02:00
parcel:
npm run parcel src/player.html src/*.ts imgs/*.jpg
2024-04-20 14:07:05 +02:00
uncrash:
pkill -9 node
clean:
rm -rf .parcel-cache dist