X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=df6d8401660bc34f07c68325c3202a49e235c777;hp=c2e88af7bd2d9addb51954707f042bc89e6fd297;hb=b311f78c8bcb981cefe794a321e98517f7a95a1a;hpb=6097d6dc581f9331d80c8f1a04d307dd68a2fd0d;ds=sidebyside diff --git a/client/Makefile b/client/Makefile index c2e88af..df6d840 100644 --- a/client/Makefile +++ b/client/Makefile @@ -3,6 +3,7 @@ link: rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet rm -rf *~ + mkdir -p /usr/local/bin ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/ install: #Try 'make link' instead.