Skip to content

Commit

Permalink
chore(build): add missing distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Oct 15, 2023
1 parent 53b57c3 commit 5103d46
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ApacheConnector/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C TimeServer $(MAKECMDGOALS)
$(MAKE) -C FormServer $(MAKECMDGOALS)
2 changes: 1 addition & 1 deletion Crypto/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C genrsakey $(MAKECMDGOALS)
2 changes: 1 addition & 1 deletion Data/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C Binding $(MAKECMDGOALS)
$(MAKE) -C TypeHandler $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion Encodings/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C TextConverter $(MAKECMDGOALS)
2 changes: 1 addition & 1 deletion Foundation/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C ActiveMethod $(MAKECMDGOALS)
$(MAKE) -C Activity $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion Foundation/testsuite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -f Makefile-Driver $(MAKECMDGOALS)
ifneq ($(LINKMODE),STATIC)
Expand Down
2 changes: 1 addition & 1 deletion JSON/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C Benchmark $(MAKECMDGOALS)

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

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C SQLToMongo $(MAKECMDGOALS)

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

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C dict $(MAKECMDGOALS)
$(MAKE) -C TimeServer $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion PDF/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C Text $(MAKECMDGOALS)
$(MAKE) -C Image $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion PageCompiler/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)
2 changes: 1 addition & 1 deletion Prometheus/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C MetricsSample $(MAKECMDGOALS)
2 changes: 1 addition & 1 deletion SevenZip/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C un7zip $(MAKECMDGOALS)
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
clean all: projects
clea distclean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion XML/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C DOMParser $(MAKECMDGOALS)
$(MAKE) -C DOMWriter $(MAKECMDGOALS)
Expand Down
2 changes: 1 addition & 1 deletion Zip/samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

.PHONY: projects
clean all: projects
clean distclean all: projects
projects:
$(MAKE) -C unzip $(MAKECMDGOALS)
$(MAKE) -C zip $(MAKECMDGOALS)

0 comments on commit 5103d46

Please sign in to comment.