ari.lt/Makefile

14 lines
169 B
Makefile
Raw Normal View History

netlify: build clean
build:
npm run build
2021-10-22 09:00:41 +03:00
clean:
[ -z "$CI" ] || rm -rfv requirements.txt \
2021-10-22 09:06:39 +03:00
README.md \
LICENSE \
git.sh \
scripts \
.vscode \
.github \