diff --git a/examples/old/1_socketlike/make.sh b/examples/old/1_socketlike/make.sh deleted file mode 100644 index 2a55b236fc6ece4baf796ff607056fb115b806f3..0000000000000000000000000000000000000000 --- a/examples/old/1_socketlike/make.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -LIB_PATH="../../target/release" -gcc -L $LIB_PATH -lreowolf_rs -Wl,-R$LIB_PATH amy.c -o ./amy -gcc -L $LIB_PATH -lreowolf_rs -Wl,-R$LIB_PATH bob.c -o ./bob