FreeCalypso > hg > freecalypso-tools
view rvinterf/libg23/Makefile @ 829:7e9bad4ae14b
ringtools/examples/white-keys.pwt created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 30 May 2021 21:56:50 +0000 |
parents | e7502631a0f9 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= fmtdispatch.o fmtfunc.o LIB= libg23.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs