FreeCalypso > hg > themwi-ota-tools
view smswrap/Makefile @ 11:b4b4a822286c default tip
add INSTALL
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 01:06:04 +0000 |
parents | 2c022e0334c4 |
children |
line wrap: on
line source
PROGS= ota-smswrap-sjs1 LIBS= ../libutil/libutil.a include ../config.defs all: ${PROGS} ota-smswrap-sjs1: ota-smswrap-sjs1.o ${LIBS} ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} -lcrypto install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir} clean: rm -f ${PROGS} *.o