From 5ca206ce46474fc47bfd966996df9fdbcb094a6c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:55:05 +0000 Subject: moving into ychat subdir --- 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