blob: 7476d5498fa4fa2529907c4e7a8cae8c9037ca18 [file] [log] [blame] [raw]
export MONO_PATH = /usr/lib/mono/2.0
MCS = gmcs
ASSEMBLIES = -r:Mono.Cecil.dll
all:
$(MCS) /target:exe /out:ildasm.exe $(ASSEMBLIES) @ildasm.exe.sources