diff libutil/Makefile @ 18:f7321b25195e default tip

new build system for ThemWi sw components
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 May 2024 18:08:35 -0800
parents e80b0051cd92
children
line wrap: on
line diff
--- a/libutil/Makefile	Mon May 13 22:31:24 2024 -0800
+++ b/libutil/Makefile	Tue May 14 18:08:35 2024 -0800
@@ -1,8 +1,8 @@
-CC=	gcc
-CFLAGS=	-O2
 OBJS=	bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o
 LIB=	libutil.a
 
+include ../config.defs
+
 all:	${LIB}
 
 ${LIB}:	${OBJS}