summaryrefslogtreecommitdiff
path: root/src/mods/Makefile
blob: 36ab1f056833ea34c89975cb030a94988f6a6266 (plain)
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