mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-19 13:54:29 -04:00
docs(capi): fix typo in the upload example build (#2626)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user