aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/regress/Makefile')
-rw-r--r--capstone/suite/regress/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/capstone/suite/regress/Makefile b/capstone/suite/regress/Makefile
new file mode 100644
index 000000000..bbc73c74a
--- /dev/null
+++ b/capstone/suite/regress/Makefile
@@ -0,0 +1,10 @@
+LIBNAME = capstone
+
+invalid_read_in_print_operand: invalid_read_in_print_operand.o
+ ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
+
+%.o: %.c
+ ${CC} -c -I../../include $< -o $@
+
+clean:
+ rm -rf *.o invalid_read_in_print_operand