FreeCalypso > hg > tcs211-patches
changeset 11:89ea4c7215a7
top level Makefile added
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 06 Jun 2015 16:12:59 +0000 |
parents | 8604a725d883 |
children | 3213b5ecae51 |
files | Makefile |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Sat Jun 06 16:12:59 2015 +0000 @@ -0,0 +1,14 @@ +SUBDIR= patches tool + +all: ${SUBDIR} + +patches: tool + +${SUBDIR}: FRC + cd $@; ${MAKE} ${MFLAGS} + +clean: FRC + rm -f a.out core errs + for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done + +FRC: