FreeCalypso > hg > ffs-data-bundle
comparison Makefile @ 2:a4edf5415c74
top Makefile: start with fc-audio-config version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Apr 2022 17:13:12 +0000 |
parents | |
children | e9c1f6d65654 |
comparison
equal
deleted
inserted
replaced
1:fa09662fe3e2 | 2:a4edf5415c74 |
---|---|
1 SUBDIR= aud-caramel aud-fcdev3b | |
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 install: FRC | |
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
14 | |
15 FRC: |