fix(build): Util samples Makefile

This commit is contained in:
Alex Fabijanic 2023-10-24 19:52:35 +02:00
parent 5e01472359
commit efd0878664
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#
.PHONY: projects
clea distclean all: projects
clean distclean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)