summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-29 14:19:37 -0400
committerAndrew Cady <d@jerkface.net>2020-08-29 14:19:37 -0400
commit5961303fc6e8f87e61a7abb1b4c14d24e7e30758 (patch)
treea7f5cec754a5f4d206388334866d15ede5e08119
parent99a05205c58752126abe648f230988c221687d27 (diff)
install tokssh
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6b0cef..0fe0bb0 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ clean:
47install: tuntox_nostatic 47install: tuntox_nostatic
48 $(INSTALL_MKDIR) -d $(DESTDIR)$(bindir) 48 $(INSTALL_MKDIR) -d $(DESTDIR)$(bindir)
49 cp tuntox_nostatic $(DESTDIR)$(bindir)/tuntox 49 cp tuntox_nostatic $(DESTDIR)$(bindir)/tuntox
50 install scripts/tokssh $(DESTDIR)$(bindir)/
50 51
51debs = ../tuntox_0.0.9-1_amd64.deb ../tuntox-dbgsym_0.0.9-1_amd64.deb 52debs = ../tuntox_0.0.9-1_amd64.deb ../tuntox-dbgsym_0.0.9-1_amd64.deb
52.PHONY: install-debs debs 53.PHONY: install-debs debs