ari.lt/Makefile

18 lines
243 B
Makefile
Raw Normal View History

build:
npm run build
netlifyapis:
sh ./scripts/netlifyapis.sh
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 netlifyapis clean
.PHONY: build clean netlify