delphi.market/Makefile
2023-09-09 22:52:50 +02:00

9 lines
102 B
Makefile

build: delphi.market
delphi.market: src/*.go
go build -o delphi.market ./src/
run:
go run ./src/