comparison Makefile @ 4:5d7a6bc6960f

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 05:55:51 +0000
parents
children
comparison
equal deleted inserted replaced
3:e22550b5a224 4:5d7a6bc6960f
1 SUBDIR= efr2 std
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: