Files
logos-messaging-go/examples/basic2/Makefile
T

6 lines
65 B
Makefile
Raw Normal View History

2021-04-04 15:33:21 -04:00
.PHONY: all build
build:
go build -o build/basic2 .
all: build