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