From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- ychat-0.7.9.1/src/mods/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ychat-0.7.9.1/src/mods/Makefile (limited to 'ychat-0.7.9.1/src/mods/Makefile') diff --git a/ychat-0.7.9.1/src/mods/Makefile b/ychat-0.7.9.1/src/mods/Makefile new file mode 100755 index 0000000..1b0712b --- /dev/null +++ b/ychat-0.7.9.1/src/mods/Makefile @@ -0,0 +1,9 @@ +MAKE=`tail -n 1 ../../make.version` +all: mods +mods: + @${MAKE} -C ./commands #//<< + @${MAKE} -C ./html +clean: + @${MAKE} -C ./commands clean #//<< + @${MAKE} -C ./html clean + @if test -d ../../mods; then rm -Rf ../../mods; fi -- cgit v1.2.3