]> mj.ucw.cz Git - home-hw.git/blob - tools/Makefile
61247b69c5832b9cd806793105c7f4b1ca1fc473
[home-hw.git] / tools / Makefile
1 PC=pkg-config
2 UCW_CFLAGS := $(shell $(PC) --cflags libucw)
3 UCW_LDFLAGS := $(shell $(PC) --libs libucw)
4
5 CFLAGS=$(UCW_CFLAGS) -O2 -std=gnu99 -Wall -Wextra -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
6 LDLIBS=$(UCW_LDFLAGS) -lz
7
8 all: dfu-sign
9
10 dfu-sign: dfu-sign.c
11
12 clean:
13         rm -f dfu-sign *.o