]> git.cworth.org Git - apitrace/blob - thirdparty/msvc/Makefile
Merge branch 'trim-auto'
[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: