7 lines
71 B
PHP
7 lines
71 B
PHP
|
.SUFFIXES: .def
|
||
|
|
||
|
{..\}.def{$(O)}.def:
|
||
|
$(C_PREPROCESSOR) $< > $@
|
||
|
|
||
|
|