ari.lt/Makefile

15 lines
188 B
Makefile
Raw Normal View History

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 \
git.sh \
scripts \
.vscode \
.github \
netlify: build clean
.PHONY: build clean netlify