FreeCalypso > hg > fc-sim-sniff
view fpga/Makefile @ 30:dc99c9962aed
fpga/sniffer-*: forgot to change SIM_RST to SIM_RST_in for LED5
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Aug 2023 20:36:34 +0000 |
parents | 8be0b96b7c8d |
children |
line wrap: on
line source
SUBDIR= sniffer-basic sniffer-pps all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: