# HG changeset patch # User Michael Spacefalcon # Date 1374975022 0 # Node ID c9768f5fb329156de9f786b30fe28fee3305cc44 # Parent 8138a6380ae39bf5fa4cd83b597d4fb72c2aa1d7 target-utils: pirexplore added to top level Makefile diff -r 8138a6380ae3 -r c9768f5fb329 target-utils/Makefile --- 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}