blob: 280d5365842f23fe87ea3714799a2c844ee1035a [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