delphi.market/Makefile

9 lines
102 B
Makefile
Raw Normal View History

2023-09-09 20:52:50 +00:00
build: delphi.market
delphi.market: src/*.go
go build -o delphi.market ./src/
run:
go run ./src/