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