diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |