Skip to content

Commit

Permalink
docs(capi): fix typo in the upload example build (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 19, 2021
1 parent a1995ee commit 9a113ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/examples/Makefile
Expand Up @@ -19,7 +19,7 @@ $(TARGET): $(OBJS)
$(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)

$(TARGET2): $(OBJS2)
$(CC) -o $(TARGET2) $(OBJS) $(LDFLAGS) $(LIBS)
$(CC) -o $(TARGET2) $(OBJS2) $(LDFLAGS) $(LIBS)

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

0 comments on commit 9a113ed

Please sign in to comment.