Makefile for linking client scripts.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 20 Jun 2009 01:43:11 +0000 (01:43 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 20 Jun 2009 01:43:11 +0000 (01:43 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@44 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/Makefile [new file with mode: 0644]

diff --git a/client/Makefile b/client/Makefile
new file mode 100644 (file)
index 0000000..bf3fb10
--- /dev/null
@@ -0,0 +1,7 @@
+
+
+link:
+       rm -f /usr/local/bin/goodfet.*
+       ln -s `pwd`/goodfet.* /usr/local/bin/
+install:
+       #Try 'make link' instead.