Add a makefile

This commit is contained in:
2021-01-09 18:01:45 +01:00
parent 30d37f8c30
commit c028759e5d

6
makefile Normal file
View File

@ -0,0 +1,6 @@
DEFAULT: serve
serve:
@hugo serve
.PHONY: serve