summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-09-23 11:19:29 -0400
committerDrew DeVault <sir@cmpwn.com>2020-09-23 11:24:23 -0400
commit58500c8e530cc9b0807afbe8b068fe7b00db0131 (patch)
tree25d8d12de0e3a9ec1bc65a5256ab3bebe06771e2 /Makefile
parentccae8ffd2807b8b984b657b6321802fa00b52427 (diff)
downloadgmnisrv-58500c8e530cc9b0807afbe8b068fe7b00db0131.tar.gz
gmnisrv-58500c8e530cc9b0807afbe8b068fe7b00db0131.tar.xz
gmnisrv-58500c8e530cc9b0807afbe8b068fe7b00db0131.zip
Initial config parser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89d8887..7d37afd 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,6 @@ distclean: clean
install: all
mkdir -p $(BINDIR)
- install -Dm755 gmnisrv $(BINDIR)/gmnisrv
+ install -Dm755 gmnisrv $(DESTDIR)$(BINDIR)/gmnisrv
.PHONY: clean distclean docs install