planetlab domains are now plc. instead of planetlab.us. and users are now named by...
[sfa.git] / keyconvert / Makefile
1 keyconvert:
2         gcc -o keyconvert -lcrypto -ldl keyconvert.c keyconvertmain.c b64decode.c
3
4 clean:
5         rm -rf keyconvert