Making the compiler report its subcommands

cat-town
Dan Buch 12 years ago
parent 13201cbfea
commit 892960c712

@ -2,7 +2,7 @@ SOURCES := $(shell find src -name '*.go')
TARGETS := $(patsubst src/%.go,bin/%,$(SOURCES))
bin/%: src/%.go
go build -o $@ $^
go build -x -o $@ $^
all: $(TARGETS)

Loading…
Cancel
Save