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