refactoring

This commit is contained in:
Devaev Maxim
2018-09-24 08:01:25 +03:00
parent ad6667feed
commit 9c6852fdf7
5 changed files with 12 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ LIBS = -lm -ljpeg -pthread -levent -levent_pthreads
CC = gcc
CFLAGS = -c -std=c99 -O3 -Wall -Wextra -D_GNU_SOURCE
LDFLAGS =
SOURCES = $(shell ls src/*.c)
SOURCES = $(shell ls src/*.c src/jpeg/*.c)
OBJECTS = $(SOURCES:.c=.o)
PROG = ustreamer