threading skel

This commit is contained in:
Devaev Maxim
2018-09-16 05:36:26 +03:00
parent 65f61cdae9
commit be3fff5483
6 changed files with 125 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -c -Wall -Wextra
LDFLAGS = -ljpeg
CFLAGS = -c -O3 -Wall -Wextra -pthread
LDFLAGS = -ljpeg -pthread
SOURCES = $(shell ls src/*.c)
OBJECTS = $(SOURCES:.c=.o)
PROG = ustreamer