delphi.market/Makefile

9 lines
102 B
Makefile
Raw Normal View History

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