aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b6729921..9719e55c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-crypto: crypto.rc $(wildcard *.rs)
- rustc crypto.rc
- rustc --test crypto.rc
+crypto: $(wildcard *.rs)
+ rustc crypto.rs
+ rustc --test crypto.rs
clean:
rm -f crypto libcrypto-*.so