aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Native/macos_jit_support/Makefile
blob: d6da35d52b3e9b6537a000e1281df8f81b8be8f9 (plain) (blame)
1
2
3
4
5
6
7
8
NAME = libarmeilleure-jitsupport.dylib

all: ${NAME}

${NAME}:
	clang -O3 -dynamiclib support.c -o ${NAME}
clean:
	rm -f ${NAME}