mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
CFLAGS?= -O2 -Wall -W
|
|
|
|
all: dhcp_release dhcp_lease_time
|
|
|
|
clean:
|
|
rm -f *~ *.o core dhcp_release dhcp_lease_time
|