X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=keyconvert%2FMakefile;h=60c76cf0b2c990842a952e3c85ecfccb5b18e6ed;hb=b306338f808054b6024d4786da3001059f73ec24;hp=b200078c6828da36303e887dbb3a1443ba5d9296;hpb=494aa7966c18b22df1b9ac7a14d2f55fba627caf;p=sfa.git diff --git a/keyconvert/Makefile b/keyconvert/Makefile index b200078c..60c76cf0 100644 --- a/keyconvert/Makefile +++ b/keyconvert/Makefile @@ -1,5 +1,5 @@ - -all: install +# 'make' should not install - DESTDIR might be wrong at this stage +all: keyconvert keyconvert: gcc -o keyconvert -lcrypto -ldl keyconvert.c keyconvertmain.c b64decode.c