aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
new file mode 100644
index 00000000..03ba69eb
--- /dev/null
+++ b/test/lib/Makefile
@@ -0,0 +1,8 @@
+CFLAGS=-arch ppc -O1 -g -Wall
+OBJS=compcert_stdio.o
+LIB=libcompcert.a
+
+$(LIB): $(OBJS)
+ ar rcs $(LIB) $(OBJS)
+
+compcert_stdio.o: compcert_stdio.h