]> mj.ucw.cz Git - home-hw.git/blob - ir-remote/Makefile
ir-remote
[home-hw.git] / ir-remote / Makefile
1 PC := pkg-config
2 UCW_CFLAGS := $(shell $(PC) --cflags libucw)
3 UCW_LDFLAGS := $(shell $(PC) --libs libucw)
4
5 CFLAGS=-std=gnu99 -Wall -Wextra -Wno-parentheses $(UCW_CFLAGS)
6 LDFLAGS=$(UCW_LDFLAGS)
7
8 all: decode