Skip to content

Commit

Permalink
Add lib cleaning of lib when cleaning app
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneTriomphe committed Sep 10, 2024
1 parent f8578c0 commit bf55c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/linux/gw-example/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ app: $(TARGET_APP)
.PHONY: clean
clean:
$(call CLEAN)
make -C $(MESH_LIB_FOLDER) clean

$(MESH_LIB): FORCE
make -C $(MESH_LIB_FOLDER) proto_api_support=yes
Expand Down

0 comments on commit bf55c25

Please sign in to comment.