Skip to content

Commit

Permalink
fix(build): Util samples Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Oct 24, 2023
1 parent d8d4834 commit 0bbc506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Util/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clea distclean all: projects
clean distclean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)
Expand Down

0 comments on commit 0bbc506

Please sign in to comment.