mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 12:19:21 +01:00
fix(build): Util samples Makefile
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
.PHONY: projects
|
||||
clea distclean all: projects
|
||||
clean distclean all: projects
|
||||
projects:
|
||||
$(MAKE) -C SampleApp $(MAKECMDGOALS)
|
||||
$(MAKE) -C SampleServer $(MAKECMDGOALS)
|
||||
|
||||
Reference in New Issue
Block a user