Basic Makefile

This commit is contained in:
HeshamTB 2023-09-11 00:00:01 +03:00
parent d9e047c517
commit fb91a431a5

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
all: build
build:
go build .
watch-deps:
go install github.com/cosmtrek/air@latest
watch: watch-deps
air