]> git.cworth.org Git - apitrace/blob - thirdparty/msvc/Makefile
ab18b4dd3e1d034e397b9f96ad024a5db38256bb
[apitrace] / thirdparty / msvc / Makefile
1 update: \
2         inttypes.h \
3         stdint.h
4
5 %.h: FORCE
6         wget -N http://msinttypes.googlecode.com/svn/trunk/$@
7
8 .PHONY: update
9
10 FORCE: