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

clean:
	rm -f crypto libcrypto-*.so