]> andersk Git - udis86.git/blame - Makefile.win32
Use the public http URI to docbook.xsl.
[udis86.git] / Makefile.win32
CommitLineData
bbe45369 1# Makefile
2# udis86 - udis86 disassembler for x86(x86-64)
3#
4
5all:
6 cd libudis86 && $(MAKE) -f Makefile.win32
7 cd udcli && $(MAKE) -f Makefile.win32
8clean:
9 cd libudis86 && $(MAKE) clean -f Makefile.win32
10 cd udcli && $(MAKE) clean -f Makefile.win32
11
This page took 0.043568 seconds and 5 git commands to generate.