FreeCalypso > hg > freecalypso-tools
view libpwon/Makefile @ 755:28d58a8cd704
fc-fsio help: write-battery-table change documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 05 Nov 2020 23:17:31 +0000 (2020-11-05) |
parents | 7d1df6d831e4 |
children | ab54957dbe35 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= duart28c.o forkoff.o readconf.o LIB= libpwon.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs