Merge branch 'dhcpdiscover' of https://github.com/aparcar/packages into cci-work
[feed/packages.git] / utils / dhcpdiscover / src / Makefile
1 CC = gcc
2 CPPFLAGS =
3 CFLAGS = -Os -Wall
4 LDFLAGS =
5 CONFIGURE_ARGS =
6
7 all: dhcpdiscover
8
9 dhcpdiscover:
10 $(CC) -o dhcpdiscover dhcpdiscover.c
11
12 clean:
13 rm -f dhcpdiscover