QUESTDB_website/Makefile

12 lines
111 B
Makefile

default: data
hugo
serve: data
hugo -D server
clean:
rm -rf public
data:
python3 tools/generate_data.py