diff options
author | Marvin Borner | 2020-11-21 13:57:54 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-21 13:57:54 +0100 |
commit | e8aa2eb5787b5074b5b2867cb89653387f7e8d67 (patch) | |
tree | a7426f8fcc8d74813ca71275290acae74d7c10e0 /libnet/Makefile | |
parent | 5c0ab661d3af07186c1fb1c8a8b22d3a894b1be1 (diff) |
Added browser IP address support
Diffstat (limited to 'libnet/Makefile')
-rw-r--r-- | libnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/Makefile b/libnet/Makefile index 95baa33..43de0e2 100644 --- a/libnet/Makefile +++ b/libnet/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = dns.o http.o +COBJS = dns.o http.o ip.o CC = ccache ../cross/opt/bin/i686-elf-gcc LD = ccache ../cross/opt/bin/i686-elf-ld AR = ccache ../cross/opt/bin/i686-elf-ar |