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

@ -196,7 +196,7 @@ Util-samples: Util-libexec
$(MAKE) -C $(POCO_BASE)/Util/samples
Util-clean:
$(MAKE) -C $(POCO_BASE)/Util clean
$(MAKE) -C $(POCO_BASE)/Util clean
$(MAKE) -C $(POCO_BASE)/Util/testsuite clean
$(MAKE) -C $(POCO_BASE)/Util/samples clean

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)