view Makefile @ 22:8957383370c5

trau-ul-prep: implement efrdec2tsrc
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 22:24:39 +0000
parents 453461ad9c15
children 118a4e4268b2
line wrap: on
line source

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

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: