1 2 3 4 5 6 7
crypto: crypto.rc $(wildcard *.rs) rustc crypto.rc rustc --test crypto.rc clean: rm -f crypto libcrypto-*.so