This commit is contained in:
ngn
2023-11-12 17:43:23 +03:00
parent 8c1552d639
commit 498a54cd20
68 changed files with 1983 additions and 301 deletions

7
api/Makefile Normal file
View File

@ -0,0 +1,7 @@
server: *.go routes/* util/*
go build -o server .
test:
PASSWORD=test ./server
.PHONY: test