mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2026-01-30 09:48:12 +01:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
clean:
|
|
rm -rf dist/*
|
|
|
|
install:
|
|
npm run build
|
|
|
|
sneed: clean install
|
|
cat dist/4chan-XT.user.js | xclip -selection clipboard
|