X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=c2e88af7bd2d9addb51954707f042bc89e6fd297;hp=27933cb55dcc3d317dd4923879531ccd81f8b321;hb=6097d6dc581f9331d80c8f1a04d307dd68a2fd0d;hpb=dbd55dca7cded37fc93f74beb7c3043f11389d6e diff --git a/client/Makefile b/client/Makefile index 27933cb..c2e88af 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,8 +1,8 @@ link: - rm -f /usr/local/bin/goodfet.* + rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet rm -rf *~ - ln -s `pwd`/goodfet.* /usr/local/bin/ + ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/ install: #Try 'make link' instead.