diff options
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 |