view Makefile @ 17:776229c5d640

tcsm2-notes/trco: the big XO is said to be TCXO rather than OCXO
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 May 2024 03:00:02 +0000
parents 98c0881c2af0
children 453461ad9c15
line wrap: on
line source

SUBDIR=	tfo trau-decode trau-files

all:	${SUBDIR}

trau-files:	trau-decode

${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: