FreeCalypso > hg > themwi-ota-tools
view libutil/Makefile @ 3:8dfa3bfaa9c1
Sysmocom 2DES keys don't have correct parity
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Feb 2021 22:34:03 +0000 |
parents | b149db92cb0e |
children | 86b4f288862d |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= hexstdin.o hexstr.o LIB= libutil.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs