/opt/uSockets$ make
for f in examples/.c; do gcc -flto -std=c11 -DLIBUS_NO_SSL -O3 -o $(basename "$f" ".c") -Isrc src/.c src/eventing/*.c "$f"; done
examples/echo_server.c:4:20: fatal error: helper.h: No such file or directory
compilation terminated.
examples/hammer_test.c:4:20: fatal error: helper.h: No such file or directory
compilation terminated.
examples/http_load_test.c:4:20: fatal error: helper.h: No such file or directory
compilation terminated.
examples/http_server.c:4:20: fatal error: helper.h: No such file or directory
compilation terminated.
Makefile:2: recipe for target 'default' failed
make: *** [default] Error 1
/opt/uSockets$ make for f in examples/.c; do gcc -flto -std=c11 -DLIBUS_NO_SSL -O3 -o $(basename "$f" ".c") -Isrc src/.c src/eventing/*.c "$f"; done examples/echo_server.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/hammer_test.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/http_load_test.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/http_server.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. Makefile:2: recipe for target 'default' failed make: *** [default] Error 1