# This is just a convenience makefile to compile the binaries

all: MethodsWithPointers1_CS.dll

MethodsWithPointers1_CS.dll: MethodsWithPointers1_CS.cs
	mcs -unsafe -target:library $? -out:$@