view Makefile @ 43:95acde708ce2

trau-parse: add knowledge of HR-data frame types
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 12 Sep 2024 23:59:16 +0000
parents b5feb04b212c
children 08738993b4e7
line wrap: on
line source

SUBDIR=	tfo trau-decode trau-files trau-ul-compile trau-ul-prep v110

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: