mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 18:24:01 +01:00
fix(build): Util samples Makefile
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user