1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-14 11:32:34 +00:00
llvm-6502/tools/llvm-dis/Makefile
2001-07-23 02:35:57 +00:00

11 lines
179 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: dis
clean ::
rm -f dis
dis : $(ObjectsG)
$(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport