updated readme for submodules

This commit is contained in:
2022-08-22 14:36:52 +02:00
parent f0f1e4fd93
commit 4cf1efea7a
2 changed files with 7 additions and 2 deletions

View File

@ -189,8 +189,6 @@ $(BIN_PATH)/$(BIN_NAME): $(OBJECTS)
@cp $(TFRANDDIR)/$(TFRANDLIB) $(LIBS)
@echo "Linking: $@"
@$(START_TIME)
@echo $(LDFLAGS)
@ls lib/
$(CMD_PREFIX)$(CXX) $(OBJECTS) $(LDFLAGS) -o $@
@echo -en "\t Link time: "
@$(END_TIME)