summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/Makefile
blob: 6eeadeb7b7ec5c5182e4b75be76b947409f2e42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12

all:
	@echo "nmake targets:"
	@echo "   clean"
	@echo "   simple"

clean:
	@call nmake /f Makefile.simple /NOLOGO clean

simple:
	@call nmake /f Makefile.simple /NOLOGO all