From d4154d33d9768d9671ee1a105ea8f5ff725ae4d5 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 9 Feb 2015 01:35:40 -0500 Subject: test harness --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afe0e86..137cf12 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,9 @@ out/insns-libz-arm.o: test/insns-libz-arm.S Makefile out/insns-libz-thumb2.o: test/insns-libz-arm.S Makefile clang -arch armv7 -c -o $@ $< -DTHUMB2 +out/transform-dis-cases-i386.o: test/transform-dis-cases-i386.S Makefile + clang -arch i386 -c -o $@ $< + # iOS bootstrap... ifneq (,$(IS_IOS)) SD_OBJS := out/safety-dance/main.o out/safety-dance/AutoGrid.o -- cgit v1.2.3