X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=df6d8401660bc34f07c68325c3202a49e235c777;hp=27933cb55dcc3d317dd4923879531ccd81f8b321;hb=b311f78c8bcb981cefe794a321e98517f7a95a1a;hpb=c28cce5afcc1e1747f51e5afe15e338dae030376 diff --git a/client/Makefile b/client/Makefile index 27933cb..df6d840 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,8 +1,9 @@ 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/ + mkdir -p /usr/local/bin + ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/ install: #Try 'make link' instead.