diff options
Diffstat (limited to 'python/pymake/tests/pathdir/src/Makefile')
-rw-r--r-- | python/pymake/tests/pathdir/src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pymake/tests/pathdir/src/Makefile b/python/pymake/tests/pathdir/src/Makefile new file mode 100644 index 000000000..6c24bd8f9 --- /dev/null +++ b/python/pymake/tests/pathdir/src/Makefile @@ -0,0 +1,2 @@ +pathtest.exe: pathtest.cpp + cl -EHsc -MT $^ |