mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 01:41:37 +00:00
6 lines
104 B
Makefile
6 lines
104 B
Makefile
|
LEVEL = ../..
|
||
|
|
||
|
TOOLNAME = llvm-nm
|
||
|
USEDLIBS = bcreader vmcore support.a
|
||
|
include $(LEVEL)/Makefile.common
|