summaryrefslogtreecommitdiff
path: root/src/mods/Makefile
blob: 1b0712b20fc70ea3e6ad65f5f88cbb6939054421 (plain)
1
2
3
4
5
6
7
8
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