FreeCalypso > hg > freecalypso-sw
changeset 75:c9768f5fb329
target-utils: pirexplore added to top level Makefile
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Jul 2013 01:30:22 +0000 |
parents | 8138a6380ae3 |
children | 07b686248ab7 |
files | target-utils/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/Makefile Sat Jul 27 07:30:08 2013 +0000 +++ b/target-utils/Makefile Sun Jul 28 01:30:22 2013 +0000 @@ -1,4 +1,4 @@ -PROGS= helloapp loadagent +PROGS= helloapp loadagent pirexplore LIBS= libcommon libload libprintf SUBDIR= ${PROGS} ${LIBS} @@ -7,6 +7,7 @@ helloapp: libcommon libprintf loadagent: libcommon libload libprintf +pirexplore: libcommon libprintf ${SUBDIR}: FRC cd $@; make ${MFLAGS}