FreeCalypso > hg > ueda-linux
view netdiff/Makefile @ 151:b495db6e5081
SOT23-6.fp created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 23 Jun 2021 01:50:17 +0000 |
parents | 295b1e4534bf |
children |
line wrap: on
line source
SUBDIR= convert flip2pin match renpart all: ${SUBDIR} ${SUBDIR}: FRC cd $@; make ${MFLAGS} install: -for i in ${SUBDIR}; do \ (cd $$i; make ${MFLAGS} install); done clean: FRC rm -f a.out core *.s *.o errs for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done FRC: