Skip to content

Commit 726a90b

Browse files
committed
Remove zero.c as it's not needed with Rust 0.8. Fixes #1.
1 parent ce1e29d commit 726a90b

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ all: test
33
mylib.o: mylib.rs
44
rustc -c mylib.rs
55

6-
test: test.c zero.c mylib.o
7-
gcc -o test test.c zero.c mylib.o
6+
test: test.c mylib.o
7+
gcc -o test test.c mylib.o
88

99
clean:
1010
rm *.o

zero.c

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)