We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b91dc commit 08abb93Copy full SHA for 08abb93
Makefile
@@ -0,0 +1,8 @@
1
+BINARY_NAME=hn
2
+BUILD_DIR=$(CURDIR)/bin
3
+ZSHRC_PATH=$(HOME)/.zshrc
4
+
5
+build:
6
+ go build -o $(CURDIR)/bin
7
+ echo 'alias hn="$(BUILD_DIR)/$(BINARY_NAME)"' >> $(ZSHRC_PATH)
8
0 commit comments