MStorage/example/Makefile.win32

6 lines
98 B
Makefile
Raw Normal View History

2017-05-05 21:00:40 +03:00
RM = del /f
TO_NULL = 2>NUL
TARGET_BINARY = example.exe
OS_SEPARATOR= \\
-include base.mk