mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-22 01:31:16 +03:00
First approach to websocket WEB-GUI
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PROGRAM = websocktest
|
||||
LDFLAGS = $(shell pkg-config --libs libwebsockets)
|
||||
LDFLAGS = $(shell pkg-config --libs libwebsockets) -lpthread
|
||||
SRCS = test.c
|
||||
CC = gcc
|
||||
DEFINES = -D_XOPEN_SOURCE=501 -DCUR_PATH=\"$(shell pwd)\"
|
||||
|
||||
Reference in New Issue
Block a user