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 99ddf7e..424c67d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ endif
CMD := planr
$(CMD):
- go build -o $(CMD) ./cmd/main.go
+ go build -o $(CMD) ./cmd/planr/main.go
install:
mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)/