fix the makefile
This commit is contained in:
parent
6400f1fa95
commit
e948701d27
@ -1,7 +1,7 @@
|
|||||||
all: server
|
all: server
|
||||||
|
|
||||||
server: *.go routes/* util/* global/* database/*
|
server: *.go routes/*.go util/*.go global/*.go database/*.go
|
||||||
go build -o server .
|
go build -o $@ .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
FRONTEND_URL=http://localhost:5173/ PASSWORD=test ./server
|
FRONTEND_URL=http://localhost:5173/ PASSWORD=test ./server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user