Update bench

Remove KECC binary when `make clean`
This commit is contained in:
Minseong Jang
2022-06-02 14:45:16 +09:00
parent f7def26ba5
commit 531a56c0ea

View File

@@ -35,4 +35,4 @@ $(KECC):
cargo build --manifest-path=../Cargo.toml --features=build-bin --release --bin kecc
clean:
$(RM) $(OBJS) $(OBJS_GCC) driver.o bench bench-gcc
$(RM) $(KECC) $(OBJS) $(OBJS_GCC) driver.o bench bench-gcc