FreeCalypso > hg > freecalypso-tools
diff target-utils/Makefile @ 76:5bbba2cab6f3
target-utils: buzplayer started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 27 Oct 2016 03:50:40 +0000 |
parents | 647a7bdba4be |
children | cbc6bc05d494 |
line wrap: on
line diff
--- a/target-utils/Makefile Thu Oct 27 02:13:38 2016 +0000 +++ b/target-utils/Makefile Thu Oct 27 03:50:40 2016 +0000 @@ -1,4 +1,4 @@ -INSTPROGS= compalstage c139explore loadagent pirexplore +INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore ALLPROGS= ${INSTPROGS} c139-lldbg helloapp tf-breakin LIBS= libbase libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -6,6 +6,7 @@ default: ${INSTPROGS} all: ${ALLPROGS} +buzplayer: libbase libcommon libprintf c139explore: libbase libcommon libprintf c139-lldbg: libbase libcommon libprintf helloapp: libbase libcommon libprintf