boring2/Makefile

10 lines
151 B
Makefile

crypto: crypto.rc $(wildcard *.rs)
rustc crypto.rc
rustc --test crypto.rc
clean:
rm -f crypto libcrypto-*.so
rm libcrypto-*.dylib
rm -rf *.dSYM