ari.lt/Makefile
Ari Archer 0c5d750a31 Revert the full file minification on build
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-08-29 00:04:08 +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