view Makefile @ 17:1c0773eba65e

doc/Proto-SMSC-testing: sms-pdu-decode -n is in fc-host-tools-r20
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 02 Sep 2023 21:57:09 -0800
parents 2c35aad69fea
children 7bfe3e21eaae
line wrap: on
line source

SUBDIR=	euse-demo smsc-daemon smsc-sendmt

all:	${SUBDIR}

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f a.out core errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: