FloatImg/v4l2/Makefile

9 lines
153 B
Makefile
Raw Normal View History

2019-05-24 17:40:13 +02:00
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
DEPS = ../floatimg.h ../libfloatimg.a Makefile
t: t.c Makefile ${DEPS}
gcc ${COPT} $< ../libfloatimg.a -o $@