FreeCalypso > hg > fc-audio-config
changeset 4:4d7c28689911
top level Makefile added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Oct 2017 20:00:50 +0000 |
parents | 1d6b649d8b08 |
children | abcbd98087bc |
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 Thu Oct 19 20:00:50 2017 +0000 @@ -0,0 +1,15 @@ +SUBDIR= aud-fcdev3b aud-gtamodem + +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: