We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1995ee commit 9a113edCopy full SHA for 9a113ed
capi/examples/Makefile
@@ -19,7 +19,7 @@ $(TARGET): $(OBJS)
19
$(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)
20
21
$(TARGET2): $(OBJS2)
22
- $(CC) -o $(TARGET2) $(OBJS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $(TARGET2) $(OBJS2) $(LDFLAGS) $(LIBS)
23
24
clean:
25
rm -f $(OBJS) $(TARGET) $(OBJS2) $(TARGET2)
0 commit comments