1 2 3 4 5 6 7 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