summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlu0r1ne <flur01ne@flu0r1ne.net>2021-08-11 23:00:24 -0500
committerFlu0r1ne <flur01ne@flu0r1ne.net>2021-08-11 23:00:24 -0500
commit4f6854fa9cbbafe78ea3fe0373f63db93297a39b (patch)
treeab5ad31ed642fd544df45a396c6aff821be3179c /Makefile
parentfe8d44aa4472ff4a5187820cc56c141d9ce77a58 (diff)
downloaddeb-planr-upstream/0.0.1.tar.xz
deb-planr-upstream/0.0.1.zip
Prepare for dh-golangv0.0.1upstream/0.0.1
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)/