mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
12 lines
455 B
Makefile
12 lines
455 B
Makefile
EXTRA_DIST += modules/preprocs/tasm/Makefile.inc
|
|
EXTRA_DIST += modules/preprocs/nasm/Makefile.inc
|
|
EXTRA_DIST += modules/preprocs/raw/Makefile.inc
|
|
EXTRA_DIST += modules/preprocs/cpp/Makefile.inc
|
|
EXTRA_DIST += modules/preprocs/gas/Makefile.inc
|
|
|
|
include modules/preprocs/tasm/Makefile.inc
|
|
include modules/preprocs/nasm/Makefile.inc
|
|
include modules/preprocs/raw/Makefile.inc
|
|
include modules/preprocs/cpp/Makefile.inc
|
|
include modules/preprocs/gas/Makefile.inc
|