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 7191af48d0
commit 5ffa8b2583
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

3
Makefile Normal file
View File

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