diff options
Diffstat (limited to 'tools/dis')
-rw-r--r-- | tools/dis/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/dis/Makefile b/tools/dis/Makefile index 8ce3e21..ef65811 100644 --- a/tools/dis/Makefile +++ b/tools/dis/Makefile @@ -1,10 +1,7 @@ LEVEL = ../.. -include $(LEVEL)/Makefile.common -all:: dis -clean :: - rm -f dis +TOOLNAME = dis +USEDLIBS = bcreader asmwriter analysis vmcore support +include $(LEVEL)/Makefile.common -dis : $(ObjectsG) - $(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport |