FreeCalypso > hg > ueda-linux
view ueda/migration/Makefile @ 71:a3d47129ebdc
pads2gpcb: implemented mirroring and rotation of instantiated parts
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Feb 2016 00:13:20 +0000 |
parents | cd92449fdb51 |
children |
line wrap: on
line source
CFLAGS= -O PROGS= g2uschem BINDIR= /usr/local all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c install: install -c -o bin -g bin -m 755 ${PROGS} ${BINDIR} clean: rm -f *.[ao] a.out core errs ${PROGS} g2uschem: g2uschem.c