]> mj.ucw.cz Git - home-hw.git/blob - dmx/test/Makefile
Auto: Meditation mode turned off
[home-hw.git] / dmx / test / Makefile
1 UCWCF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --cflags libucw)
2 UCWLF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --libs libucw)
3
4 CFLAGS=-std=gnu99 -O2 -Wall -Wextra -Wno-parentheses $(UCWCF)
5 LDLIBS=-lusb-1.0 $(UCWLF)
6
7 all: test
8
9 test: test.c