mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
9 lines
62 B
Makefile
9 lines
62 B
Makefile
default:
|
|
hugo
|
|
|
|
serve:
|
|
hugo -D server
|
|
|
|
clean:
|
|
rm -rf public
|