diff options
author | Constanza Heath <[email protected]> | 2015-12-11 10:37:49 -0800 |
---|---|---|
committer | Constanza Heath <[email protected]> | 2015-12-11 10:37:49 -0800 |
commit | d213add18f27367ccabf108f4de2e4d12125b110 (patch) | |
tree | 1550f5bccf1657ffa9c4a90b18663144609a915b /tests | |
parent | 08ded7f21529c39e5133688ffb93a9d0c94e5c6e (diff) |
Remove /bin/rm for Windows compatibility
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/Makefile b/tests/Makefile index 02126f6..4dc96f1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,18 +16,6 @@ all: test_aes \ test_hmac_prng \ test_sha256 -clean: - /bin/rm -f *.o *~ - /bin/rm -f test_aes - /bin/rm -f test_cbc_mode - /bin/rm -f test_ctr_mode - /bin/rm -f test_hmac - /bin/rm -f test_hmac_prng - /bin/rm -f test_sha256 - - - - # Dependencies test_aes: test_aes.o ../lib/aes_encrypt.o \ |