FreeCalypso > hg > ueda-linux
changeset 141:fddb020e9b68
netdiff/Makefile added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 07 Sep 2020 05:13:35 +0000 |
parents | d3eb3790386d |
children | 7bdce91da1a5 |
files | netdiff/Makefile |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netdiff/Makefile Mon Sep 07 05:13:35 2020 +0000 @@ -0,0 +1,16 @@ +SUBDIR= convert match renpart + +all: ${SUBDIR} + +${SUBDIR}: FRC + cd $@; make ${MFLAGS} + +install: + -for i in ${SUBDIR}; do \ + (cd $$i; make ${MFLAGS} install); done + +clean: FRC + rm -f a.out core *.s *.o errs + for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done + +FRC: