9 lines
102 B
Makefile
9 lines
102 B
Makefile
|
build: delphi.market
|
||
|
|
||
|
delphi.market: src/*.go
|
||
|
go build -o delphi.market ./src/
|
||
|
|
||
|
run:
|
||
|
go run ./src/
|
||
|
|