Skip to content

Commit

Permalink
Fixed missing dependency of libController from version.txt (#6299)
Browse files Browse the repository at this point in the history
  • Loading branch information
omichel committed Jul 5, 2023
1 parent c8ce1fd commit f03f2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controller/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ $(TARGET): $(OBJECTS)
@chmod a-x $(TARGET)
endif

$(OBJDIR)/robot.o: $(WEBOTS_HOME_PATH)/resources/version.txt

$(OBJDIR)/%.o:%.c
@echo "# compiling "$<
@$(CC) -c $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) $< -o $@
Expand Down

0 comments on commit f03f2e9

Please sign in to comment.