mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
fix(build): Util samples Makefile
This commit is contained in:
parent
5e01472359
commit
efd0878664
2
Makefile
2
Makefile
@ -196,7 +196,7 @@ Util-samples: Util-libexec
|
|||||||
$(MAKE) -C $(POCO_BASE)/Util/samples
|
$(MAKE) -C $(POCO_BASE)/Util/samples
|
||||||
|
|
||||||
Util-clean:
|
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/testsuite clean
|
||||||
$(MAKE) -C $(POCO_BASE)/Util/samples clean
|
$(MAKE) -C $(POCO_BASE)/Util/samples clean
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
.PHONY: projects
|
.PHONY: projects
|
||||||
clea distclean all: projects
|
clean distclean all: projects
|
||||||
projects:
|
projects:
|
||||||
$(MAKE) -C SampleApp $(MAKECMDGOALS)
|
$(MAKE) -C SampleApp $(MAKECMDGOALS)
|
||||||
$(MAKE) -C SampleServer $(MAKECMDGOALS)
|
$(MAKE) -C SampleServer $(MAKECMDGOALS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user