comparison Makefile @ 1:33eeeff6ae88

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 19:10:09 +0000
parents
children d5bcfb378049
comparison
equal deleted inserted replaced
0:a03c87a2abc6 1:33eeeff6ae88
1 SUBDIR= amrdiff
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: