ari.lt/Makefile
Ari Archer 8441a4e6ac Improve min* scripts, add a new subdomain: https://etc.ari-web.xyz/
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-01 02:24:46 +03:00

18 lines
257 B
Makefile

build:
npm run build
netlifyapis:
sh ./scripts/netlifyapis.sh
clean:
[ -z "${CI}" ] || rm -rfv requirements.txt \
runtime.txt \
README.md \
git.sh \
scripts \
.vscode \
.github
netlify: build netlifyapis clean
.PHONY: build clean netlify