This commit is contained in:
Devaev Maxim
2018-09-16 04:05:03 +03:00
parent c1d4356fd3
commit 65f61cdae9
6 changed files with 318 additions and 9 deletions

View File

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