Request module
This commit is contained in:
3
Makefile
3
Makefile
@@ -27,8 +27,9 @@ TARGET = kyn
|
||||
all: $(TARGET)
|
||||
|
||||
# Link the object files to create the executable
|
||||
# At this point, we do -lcurl to link curl for the request lib
|
||||
$(TARGET): $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) -o $(TARGET) $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) -lcurl -o $(TARGET) $(OBJS)
|
||||
|
||||
# Compile .cpp files to .o files in the build directory
|
||||
$(BUILD_DIR)/%.o: %.cpp
|
||||
|
||||
Reference in New Issue
Block a user