FreeCalypso > hg > freecalypso-sw
view nuc-fw/riviera/Makefile @ 125:17c1e2a38418
target-utils command input: don't emit BEL on error conditions
with the new binary-safe fc-iram these BELs get printed as ^G
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 31 Oct 2013 07:15:32 +0000 |
parents | 595631eee4bc |
children | 7d7950d7f924 |
line wrap: on
line source
SUBDIR= rvf rvm rvt 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: