Skip to content

Commit 9a113ed

Browse files
authored
docs(capi): fix typo in the upload example build (#2626)
1 parent a1995ee commit 9a113ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capi/examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $(TARGET): $(OBJS)
1919
$(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)
2020

2121
$(TARGET2): $(OBJS2)
22-
$(CC) -o $(TARGET2) $(OBJS) $(LDFLAGS) $(LIBS)
22+
$(CC) -o $(TARGET2) $(OBJS2) $(LDFLAGS) $(LIBS)
2323

2424
clean:
2525
rm -f $(OBJS) $(TARGET) $(OBJS2) $(TARGET2)

0 commit comments

Comments
 (0)