mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
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
|