mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01: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
|
||||
|
||||
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
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
.PHONY: projects
|
||||
clea distclean all: projects
|
||||
clean distclean all: projects
|
||||
projects:
|
||||
$(MAKE) -C SampleApp $(MAKECMDGOALS)
|
||||
$(MAKE) -C SampleServer $(MAKECMDGOALS)
|
||||
|
Loading…
Reference in New Issue
Block a user