summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f55e78..8e66ee7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: build
.PHONY: build
build:
@echo "Building Go uptfs..."
- go build
+ go build ./cmd/uptfs
.PHONY: clean
clean: