7 lines
47 B
Makefile
7 lines
47 B
Makefile
|
|
||
|
SUBDIRS = c
|
||
|
|
||
|
if BUILDCXX
|
||
|
SUBDIRS += c++
|
||
|
endif
|