6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
RM = rm -f
|
||
|
TO_NULL = > /dev/null
|
||
|
TARGET_BINARY = example
|
||
|
OS_SEPARATOR= /
|
||
|
|
||
|
-include base.mk
|