7 lines
152 B
Makefile
7 lines
152 B
Makefile
# Makefile for cpp module.
|
|
# Copied from raw preprocessor module.
|
|
|
|
libyasm_a_SOURCES += modules/preprocs/cpp/cpp-preproc.c
|
|
|
|
YASM_MODULES += preproc_cpp
|