mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
10
thirdparty/capstone/suite/synctools/strinforeduce/Makefile
vendored
Normal file
10
thirdparty/capstone/suite/synctools/strinforeduce/Makefile
vendored
Normal file
@@ -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
|
Reference in New Issue
Block a user