FreeCalypso > hg > themwi-ota-tools
view libutil/Makefile @ 9:b6331ae4eea9
Note-about-padding added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Feb 2021 02:19:43 +0000 |
parents | 86b4f288862d |
children | 2c022e0334c4 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o LIB= libutil.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs