boring2/Makefile

8 lines
114 B
Makefile

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