Sha256: 448604676a30e0cff50ecbd00ee20bff01f93cef042f8b64ae97c2e56d592218

Contents?: true

Size: 216 Bytes

Versions: 80

Compression:

Stored size: 216 Bytes

Contents

#
# diStorm (Linux Port) / Demo Application Makefile
#

TARGET	= disasm
CC	= gcc
CFLAGS	= -Wall -O2 -I. -o

all:	disasm

disasm:
	${CC} ${CFLAGS} ${TARGET} main.cpp ../distorm64.a

clean:
	/bin/rm -rf *.o ${TARGET} 

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
contrast-agent-7.6.1 funchook/distorm/examples/tests/Makefile
contrast-agent-7.6.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.5.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.4.1 funchook/distorm/examples/tests/Makefile
contrast-agent-7.4.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.3.2 funchook/distorm/examples/tests/Makefile
contrast-agent-7.3.1 funchook/distorm/examples/tests/Makefile
contrast-agent-7.3.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.2.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.1.0 funchook/distorm/examples/tests/Makefile
contrast-agent-7.0.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.15.3 funchook/distorm/examples/tests/Makefile
contrast-agent-6.15.2 funchook/distorm/examples/tests/Makefile
contrast-agent-6.15.1 funchook/distorm/examples/tests/Makefile
contrast-agent-6.15.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.14.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.13.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.12.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.11.0 funchook/distorm/examples/tests/Makefile
contrast-agent-6.10.0 funchook/distorm/examples/tests/Makefile