diff libutil/Makefile @ 10:2c022e0334c4

convert to new ThemWi configure and build system
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 01:03:40 +0000
parents 86b4f288862d
children
line wrap: on
line diff
--- a/libutil/Makefile	Mon Feb 22 02:19:43 2021 +0000
+++ b/libutil/Makefile	Tue May 21 01:03:40 2024 +0000
@@ -1,8 +1,8 @@
-CC=	gcc
-CFLAGS=	-O2
 OBJS=	gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o
 LIB=	libutil.a
 
+include ../config.defs
+
 all:	${LIB}
 
 ${LIB}:	${OBJS}