aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.nmake
blob: 9f78b6ccc74a3b430c240dda9c24528f863de54b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: lemon


clean:
	cd lemon
	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean


lemon::
	cd lemon
	$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
	cd ..