]> git.cworth.org Git - apitrace/blobdiff - thirdparty/msvc/Makefile
Add a makefile to update msinttypes headers
[apitrace] / thirdparty / msvc / Makefile
diff --git a/thirdparty/msvc/Makefile b/thirdparty/msvc/Makefile
new file mode 100644 (file)
index 0000000..ab18b4d
--- /dev/null
@@ -0,0 +1,10 @@
+update: \
+       inttypes.h \
+       stdint.h
+
+%.h: FORCE
+       wget -N http://msinttypes.googlecode.com/svn/trunk/$@
+
+.PHONY: update
+
+FORCE: