mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 19:36:53 +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
|