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.0/src/mods/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 ychat-0.7.0/src/mods/Makefile (limited to 'ychat-0.7.0/src/mods/Makefile') diff --git a/ychat-0.7.0/src/mods/Makefile b/ychat-0.7.0/src/mods/Makefile new file mode 100755 index 0000000..36ab1f0 --- /dev/null +++ b/ychat-0.7.0/src/mods/Makefile @@ -0,0 +1,8 @@ +all: mods +mods: + gmake -C ./commands #//<< + gmake -C ./html +clean: + gmake -C ./commands clean #//<< + gmake -C ./html clean + @if test -d ../../mods; then rm -Rf ../../mods; fi -- cgit v1.2.3