Add basic makefile with clean target for removing temp data

This commit is contained in:
2021-04-24 22:35:00 -04:00
parent 1b4d88246a
commit 2396106339

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
clean:
rm --recursive --force build
rm --force nginx.conf