aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 62f080fe0766f5c1f7a7c002da52004a2902f0f2 (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 libcrypto-*.dylib
	rm -rf *.dSYM