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 f2ac8c4 commit 451badeCopy full SHA for 451bade
Makefile
@@ -0,0 +1,7 @@
1
+.PHONY: install
2
+
3
+PREFIX ?= /usr/local
4
5
+install:
6
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
7
+ install -m 0755 coolops $(DESTDIR)$(PREFIX)/bin/coolops
0 commit comments