update?
This commit is contained in:
7
api/Makefile
Normal file
7
api/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
server: *.go routes/* util/*
|
||||
go build -o server .
|
||||
|
||||
test:
|
||||
PASSWORD=test ./server
|
||||
|
||||
.PHONY: test
|
Reference in New Issue
Block a user