Add a makefile

This commit is contained in:
Luke Murphy 2021-01-09 18:01:45 +01:00
parent 30d37f8c30
commit c028759e5d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

6
makefile Normal file
View File

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