X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=c2e88af7bd2d9addb51954707f042bc89e6fd297;hp=27933cb55dcc3d317dd4923879531ccd81f8b321;hb=ede679b09a09781692fe15a4b3ca76e965378d91;hpb=c28cce5afcc1e1747f51e5afe15e338dae030376 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.