From c0d7adb1a1b28b6b1de9ccd95d4963a8342ccdbc Mon Sep 17 00:00:00 2001 From: ayyansea Date: Fri, 15 Nov 2024 23:15:00 +0300 Subject: feat: add Filters --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6451759..0f55e78 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINARY_DIR=./cmd/uptfs +BINARY_DIR=./cmd .PHONY: all all: build @@ -6,7 +6,7 @@ all: build .PHONY: build build: @echo "Building Go uptfs..." - go build $(BINARY_DIR) + go build .PHONY: clean clean: -- cgit v1.2.3