summaryrefslogtreecommitdiff
path: root/src/test_grabbag/Makefile.vc
blob: b972a528fc6618ab6ad9208e9f8e6d5f18287163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!include <win32.mak>

# It's less hassle to spell it all out that to figure out how to do it right with nmake:

all:
	cd cuesheet
	nmake /f Makefile.vc
	cd ..

clean:
	cd cuesheet
	nmake /f Makefile.vc clean
	cd ..