ari.lt/Makefile
Ari Archer 2fbfe8a7cd Don't remove the license at build time
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-20 00:45:17 +03:00

14 lines
188 B
Makefile

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