4chan-XZ/Makefile
2023-05-05 04:15:53 +02:00

10 lines
141 B
Makefile

clean:
rm -rf dist/*
sneed: clean
npm run build
cat ./dist/4chan-XZ.user.js | xclip -selection clipboard
diagnostic:
tsc >> temp.txt