Skip to content

Commit 886615e

Browse files
committed
update Makefile
1 parent 49ed558 commit 886615e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ dynamic: easywsclient.o
5353
$(FLAGS) \
5454
-L lib \
5555

56-
x86_64_build: x86_64_build_static x86_64_build_dynamic
56+
x86_64_run: x86_64_build
5757
export DYLD_LIBRARY_PATH=$(PWD)/lib && ./demo
5858

59+
x86_64_build: x86_64_build_static x86_64_build_dynamic
60+
5961
x86_64_build_static: prepare_x86_64 easywsclient.o.x86_64
6062
arch -x86_64 \
6163
g++ -o demostatic \

0 commit comments

Comments
 (0)