mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update bench
Remove KECC binary when `make clean`
This commit is contained in:
@@ -35,4 +35,4 @@ $(KECC):
|
|||||||
cargo build --manifest-path=../Cargo.toml --features=build-bin --release --bin kecc
|
cargo build --manifest-path=../Cargo.toml --features=build-bin --release --bin kecc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(OBJS) $(OBJS_GCC) driver.o bench bench-gcc
|
$(RM) $(KECC) $(OBJS) $(OBJS_GCC) driver.o bench bench-gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user