aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 9719e55caa34c5b10f3306ed912a1b28863caa1c (plain) (blame)
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