Q6: step 1

This commit is contained in:
2020-05-15 22:50:15 +03:00
parent 5719ab0b46
commit c37b76911c
5 changed files with 266 additions and 89 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ include $(wildcard $(DEP))
$(BUILD_DIR)/$(TARGET): $(OBJ)
@mkdir -p $(@D)
@echo Linking to target: $(TARGET)
@echo $(CXX) $(LDFLAGS) -o $(@D)/$(TARGET) '$$(OBJ)'
@$(CXX) $(LDFLAGS) -o $(@D)/$(TARGET) $(OBJ)
#@echo $(CXX) $(LDFLAGS) -o $(@D)/$(TARGET) '$$(OBJ)'
$(CXX) -o $(@D)/$(TARGET) $(OBJ) $(LDFLAGS)
@echo
@echo Print size information
@$(CSIZE) $(@D)/$(TARGET)