aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b6729921a3a7fd2a7eae86c33cc5c252ebf56cc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
crypto: crypto.rc $(wildcard *.rs)
	rustc crypto.rc
	rustc --test crypto.rc

clean:
	rm -f crypto libcrypto-*.so
	rm -f libcrypto-*.dylib
	rm -rf *.dSYM