From: travisutk Date: Sat, 20 Jun 2009 01:43:11 +0000 (+0000) Subject: Makefile for linking client scripts. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=af5f45117ebd63f829465cf209b4967b4051daaa Makefile for linking client scripts. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@44 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/Makefile b/client/Makefile new file mode 100644 index 0000000..bf3fb10 --- /dev/null +++ b/client/Makefile @@ -0,0 +1,7 @@ + + +link: + rm -f /usr/local/bin/goodfet.* + ln -s `pwd`/goodfet.* /usr/local/bin/ +install: + #Try 'make link' instead.