We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aec595 commit caffb2fCopy full SHA for caffb2f
1 file changed
Makefile
@@ -13,6 +13,8 @@ LDFLAGS = -Wl,--gc-sections -ldl -lpthread -lgcc_s -lrt -lc -lm
13
recode_c: recode_c.o ../encoding-rs/target/release/libencoding_rs.a
14
$(CC) -o $@ $^ $(LDFLAGS)
15
16
+recode_c.o: recode_c.c ../encoding-rs/target/include/encoding_rs.h
17
+
18
../encoding-rs/target/release/libencoding_rs.a: cargo
19
20
../encoding-rs/target/include/encoding_rs.h: cargo
0 commit comments