mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Squashed 'src/cpp/websocketpp/' content from commit 1ec36a4
git-subtree-dir: src/cpp/websocketpp git-subtree-split: 1ec36a47468a23f01754fa3a086874e13a4d52d9
This commit is contained in:
18
examples/Makefile
Normal file
18
examples/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
DIRS=broadcast_server_tls chat_client chat_server concurrent_server echo_client echo_server echo_server_tls fuzzing_client fuzzing_server_tls stress_client wsperf
|
||||
|
||||
.PHONY:
|
||||
all: build
|
||||
|
||||
.PHONY:
|
||||
build: $(DIRS:%=%.build)
|
||||
|
||||
.PHONY:
|
||||
clean: $(DIRS:%=%.clean)
|
||||
|
||||
.PHONY:
|
||||
%.build:
|
||||
$(MAKE) -C $(@:%.build=%)
|
||||
|
||||
.PHONY:
|
||||
%.clean:
|
||||
$(MAKE) -C $(@:%.clean=%) clean
|
||||
Reference in New Issue
Block a user