FreeCalypso > hg > freecalypso-tools
diff target-utils/buzplayer/Makefile @ 80:eb5960dc258c
buzplayer: melody entry implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 27 Oct 2016 04:31:31 +0000 |
parents | 0f11da299b7d |
children | 8a200d65c6a0 |
line wrap: on
line diff
--- a/target-utils/buzplayer/Makefile Thu Oct 27 04:18:38 2016 +0000 +++ b/target-utils/buzplayer/Makefile Thu Oct 27 04:31:31 2016 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= buzplayer -OBJS= crt0.o cmdtab.o main.o mygetchar.o timer.o +OBJS= crt0.o cmdtab.o main.o melentry.o mygetchar.o timer.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a LDS= ../env/iram.lds