comparison fpga/Makefile @ 29:8be0b96b7c8d

fpga: add top Makefile across projects
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Aug 2023 20:35:51 +0000
parents
children
comparison
equal deleted inserted replaced
28:0f74428c177c 29:8be0b96b7c8d
1 SUBDIR= sniffer-basic sniffer-pps
2
3 all: ${SUBDIR}
4
5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS}
7
8 clean: FRC
9 rm -f a.out core errs
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
11
12 FRC: