Files
logos-messaging-go/examples/filter2/Makefile
T
2021-06-10 08:59:51 -04:00

7 lines
67 B
Makefile

.PHONY: all build
build:
go build -o build/filter2 .
all: build