comparison netdiff/Makefile @ 147:295b1e4534bf

netdiff/Makefile: flip2pin added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Nov 2020 03:35:36 +0000
parents fddb020e9b68
children
comparison
equal deleted inserted replaced
146:7ddfb9a67b0c 147:295b1e4534bf
1 SUBDIR= convert match renpart 1 SUBDIR= convert flip2pin match renpart
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; make ${MFLAGS} 6 cd $@; make ${MFLAGS}