diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 15:03:12 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 15:03:12 -0400 |
| commit | eefcd4aae4f6f1f7ac2e1e198e269673b94df78d (patch) | |
| tree | 1fdd44793f9191b89163c45a54f64df39216f369 /Makefile.mac | |
| parent | 4875eb49f851d7919587cbc2059ff552a24bcfc1 (diff) | |
| download | infinitytier-eefcd4aae4f6f1f7ac2e1e198e269673b94df78d.tar.gz infinitytier-eefcd4aae4f6f1f7ac2e1e198e269673b94df78d.zip | |
Remove makekeypair program.
Diffstat (limited to 'Makefile.mac')
| -rw-r--r-- | Makefile.mac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.mac b/Makefile.mac index a4565fc9..8977de41 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -44,9 +44,6 @@ install-mac-tap: FORCE cp -R mac-tap/tuntap/tap.kext /Library/Application\ Support/ZeroTier/One chown -R root:wheel /Library/Application\ Support/ZeroTier/One/tap.kext -makekeypair: $(OBJS) - $(CXX) $(CXXFLAGS) -o zerotier-makekeypair makekeypair.cpp $(OBJS) $(LIBS) - clean: rm -rf *.dSYM rm -f $(OBJS) zerotier-* |
