diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:22:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:22:46 +0000 |
| commit | dee37a84ae65ba8bd1e0dab6132955bbc195fa57 (patch) | |
| tree | 4397f736b9161f50cd0b00cdcfd2b0acc7c1af7e /src/mods/Makefile | |
| parent | 93ce2024a62325cbae5f2f6fd2155a4ef89cee63 (diff) | |
Diffstat (limited to 'src/mods/Makefile')
| -rw-r--r-- | src/mods/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mods/Makefile b/src/mods/Makefile new file mode 100644 index 0000000..1b0712b --- /dev/null +++ b/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 |
