Create README + Makefile
This commit is contained in:
parent
7094438152
commit
655ccb4a9b
|
@ -0,0 +1,8 @@
|
|||
build: delphi.market
|
||||
|
||||
delphi.market: src/*.go
|
||||
go build -o delphi.market ./src/
|
||||
|
||||
run:
|
||||
go run ./src/
|
||||
|
Loading…
Reference in New Issue