Add basic makefile with clean target for removing temp data

This commit is contained in:
Ethan Paul 2021-04-24 22:35:00 -04:00
parent 1b4d88246a
commit 2396106339
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

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