* tests/regression/bugzilla/PR113.java: Added new regression test.
[cacao.git] / tests / gc / Makefile
1 CC=gcc
2 JAVAC=javac
3
4 all:
5         $(JAVAC) NativeGlobalRef.java NativeWeakRef.java
6         $(CC) -shared -O2 native.c -o libnative.so -fPIC
7
8 clean:
9         rm -rf NativeGlobalRef.class NativeWeakRef.java libnative.so