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

Commit 6485882

Browse files
authored
Merge pull request #20 from nnethercote/fix-rust-encoding-touch-target
Fix rust-encoding-0.3.0's `touch` target.
2 parents 23798bd + b2f52af commit 6485882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-encoding-0.3.0/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
all:
44
cargo rustc -- $(CARGO_RUSTC_OPTS)
55
touch:
6-
find . -name '*.rs' | xargs touch
6+
touch src/lib.rs
77
clean:
88
cargo clean

0 commit comments

Comments
 (0)