FreeCalypso > hg > freecalypso-tools
view target-utils/libbase/Makefile @ 828:502aec4c1e8e
fc-buzplay: implement playt command for PWT melodies
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 30 May 2021 20:54:02 +0000 |
| parents | 6228d27738d1 |
| children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin CPPFLAGS=-I../include AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= abbdrv.o osmodelay.o serio.o spidrv.o waitarm.o all: libbase.a libbase.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs
