aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/synctools/strinforeduce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/synctools/strinforeduce/Makefile')
-rw-r--r--capstone/suite/synctools/strinforeduce/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/capstone/suite/synctools/strinforeduce/Makefile b/capstone/suite/synctools/strinforeduce/Makefile
new file mode 100644
index 000000000..d533f9a11
--- /dev/null
+++ b/capstone/suite/synctools/strinforeduce/Makefile
@@ -0,0 +1,10 @@
+all: full reduce
+
+full:
+ g++ strinforeduce.cpp -o strinforeduce
+
+reduce:
+ g++ -DCAPSTONE_X86_REDUCE strinforeduce.cpp -o strinforeduce_reduce
+
+clean:
+ rm -rf strinforeduce strinforeduce_reduce