7 lines
67 B
Makefile
Raw Normal View History

2021-06-10 15:59:51 +03:00
.PHONY: all build
build:
go build -o build/filter2 .
all: build