Fix Makefile ignoring main.go
This commit is contained in:
parent
bba752601b
commit
c48b58ca9c
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
.PHONY: build run test
|
||||
|
||||
SOURCE := $(shell find db env lib lnd pages public server -type f)
|
||||
SOURCE := $(shell find db env lib lnd pages public server -type f) main.go
|
||||
|
||||
build: delphi.market
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user