Fix Makefile ignoring main.go

This commit is contained in:
ekzyis 2023-11-23 00:15:44 +01:00
parent bba752601b
commit c48b58ca9c

View File

@ -1,6 +1,6 @@
.PHONY: build run test .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 build: delphi.market