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