FreeCalypso > hg > ffs-data-bundle
changeset 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 | fa09662fe3e2 |
children | e9c1f6d65654 |
files | Makefile |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Apr 04 17:13:12 2022 +0000 @@ -0,0 +1,15 @@ +SUBDIR= aud-caramel aud-fcdev3b + +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 + +install: FRC + for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + +FRC: