luca0N-website/Makefile

18 lines
260 B
Makefile
Raw Permalink Normal View History

2022-09-12 10:38:43 +00:00
# luca0N.com website sources Makefile
# 2022-09-12
# https://git.luca0n.com/luca0N-website.git
SWG=swg
all: output/
2022-09-12 10:38:43 +00:00
$(SWG) src/en/
mv src/en/output output/en
2022-09-12 10:38:43 +00:00
$(SWG) src/pt/
mv src/pt/output output/pt
output/:
mkdir -p output/
2022-09-12 10:38:43 +00:00
clean:
2023-09-08 02:47:15 +00:00
rm -rfv output/