mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-28 11:24:43 +00:00
11 lines
126 B
Makefile
11 lines
126 B
Makefile
OBJS = \
|
|
DHCPv4.o \
|
|
DHCPv4Client.o \
|
|
main.o
|
|
|
|
PROGRAM = DHCPClient
|
|
|
|
LIB_DEPS = Core
|
|
|
|
include ../../Makefile.common
|