From: travisutk Date: Sat, 15 Jun 2013 20:55:16 +0000 (+0000) Subject: Links in facedancer examples. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=acaa4017ae85cb1b15d743202094602d98ab078d Links in facedancer examples. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1597 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/Makefile b/client/Makefile index 1787c7b..24c0fe4 100644 --- a/client/Makefile +++ b/client/Makefile @@ -2,10 +2,10 @@ #maintained when Travis gets stuck doing MSP430 manufacturing. link: - rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet + rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet /usr/local/bin/facedancer* rm -rf *~ mkdir -p /usr/local/bin - ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/ + ln -s `pwd`/goodfet `pwd`/goodfet.* `pwd`/facedancer* /usr/local/bin/ install: echo "Try 'make link' instead."