6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
RM = del /f
|
||
|
TO_NULL = 2>NUL
|
||
|
TARGET_BINARY = example.exe
|
||
|
OS_SEPARATOR= \\
|
||
|
|
||
|
-include base.mk
|