mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
12 lines
171 B
Makefile
12 lines
171 B
Makefile
|
#
|
||
|
# Relative path to the top of the source tree.
|
||
|
#
|
||
|
LEVEL=..
|
||
|
|
||
|
#
|
||
|
# List all of the subdirectories that we will compile.
|
||
|
#
|
||
|
DIRS=ModuleMaker
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|