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 f8905eb commit 34b199cCopy full SHA for 34b199c
makefile
@@ -0,0 +1,7 @@
1
+PREFIX ?= /usr/local
2
+
3
+install:
4
+ install -Dm 755 ./corth $(DESTDIR)$(PREFIX)/bin/corth
5
6
+uninstall:
7
+ rm -f $(DESTDIR)$(PREFIX)/bin/corth
0 commit comments