mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2026-01-30 09:48:12 +01:00
10 lines
141 B
Makefile
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
|
|
|