@@ -1,12 +1,13 @@
# aliases
all: tgo
tgo: build/tgo
test: build/hello.o
CFLAGS = -Wall -Werror -O2 -g -flto
.PHONY: all tgo test run-test clean
build/tgo: *.go
@mkdir -p build
@go build -o build/tgo -i .
The note is not visible to the blocked user.