Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit d0cd62c

Browse files
committed
Make syntex's makefile like most other makefiles.
This benchmark doesn't need any special handling, so it's makefile might as well be identical to the other non-special benchmarks' makefiles.
1 parent 3fcf99c commit d0cd62c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

syntex-0.42.2/makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
all:
22
$(CARGO_BUILD)
3-
43
touch:
5-
cargo clean
6-
4+
rm -rf target/debug/*
75
clean:
8-
cargo clean
6+
rm target -rf
7+
rm Cargo.lock

0 commit comments

Comments
 (0)