http ping + snapshot

This commit is contained in:
Devaev Maxim
2018-09-18 20:56:54 +03:00
parent dbe20ae6da
commit 3c20c9af52
11 changed files with 205 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
LIBS = -lm -ljpeg -pthread -levent
LIBS = -lm -ljpeg -pthread -levent -levent_pthreads
CC = gcc
CFLAGS = -c -O3 -Wall -Wextra
LDFLAGS =
@@ -19,4 +19,4 @@ $(PROG): $(OBJECTS)
clean:
rm -f src/*.o $(PROG)
rm -f src/*.o vgcore.* $(PROG)