FreeCalypso > hg > freecalypso-sw
diff target-utils/Makefile @ 378:3164604a6c70
install compalstage-*.bin and loadagent.srec from target-utils
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 09 Jun 2014 06:10:01 +0000 |
parents | b39802cd9329 |
children | 76149e0628ba |
line wrap: on
line diff
--- a/target-utils/Makefile Mon Jun 09 05:08:11 2014 +0000 +++ b/target-utils/Makefile Mon Jun 09 06:10:01 2014 +0000 @@ -13,6 +13,9 @@ ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} +install: FRC + for i in ${FOR_LOADTOOLS}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do \