From 19f9940dc968afae01b54377ee23ec59069c9646 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2009 23:25:11 +0000 Subject: --- src/mods/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/mods/Makefile (limited to 'src/mods/Makefile') diff --git a/src/mods/Makefile b/src/mods/Makefile deleted file mode 100644 index 7486bc5..0000000 --- a/src/mods/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -MAKE=gmake -all: mods -mods: - @${MAKE} -C ./commands #//<< - @${MAKE} -C ./html -clean: - @for i in commands html; do \ - if [ -f $$i/Makefile ]; then ${MAKE} -C ./$$i clean; \ - fi; done - @if test -d ../../mods; then rm -Rf ../../mods; fi -mrproper: clean - @for i in commands html; do \ - if [ -f $$i/Makefile ]; then rm -f $$i/Makefile; \ - fi; done - -- cgit v1.2.3