Carcasonne/Makefile

9 lines
121 B
Makefile

parcel:
npm run parcel src/player.html src/*.ts imgs/*.jpg
uncrash:
pkill -9 node
clean:
rm -rf .parcel-cache dist