view makefile-frags/clean-always @ 62:9c16635ee5d2

configure.sh: putting it all together
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 02:48:53 +0000
parents dba3f097489e
children 84f4a04fde24
line wrap: on
line source

clean:	FRC
	rm -f gsm-fw.* str2ind.obj link.cmd
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done