diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 18:37:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 18:37:09 -0700 |
commit | 40cf61307b411ea4de858902c7081fde8ef71ea5 (patch) | |
tree | ee40961b2552603a76a8a07cb4c28cf8be476664 /tools/scaninc | |
parent | 419917cdb012a5bfdb26f2929efe43677b53b728 (diff) | |
parent | e0a9faacb58311b697cf704823f8279a077716f0 (diff) |
Merge pull request #267 from garakmon/master
macOS support
Diffstat (limited to 'tools/scaninc')
-rw-r--r-- | tools/scaninc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scaninc/Makefile b/tools/scaninc/Makefile index 3e1c031a8..367a3350b 100644 --- a/tools/scaninc/Makefile +++ b/tools/scaninc/Makefile @@ -1,6 +1,6 @@ CXX = g++ -CXXFLAGS = -Wall -Werror -std=c++11 -O2 -s +CXXFLAGS = -Wall -Werror -std=c++11 -O2 SRCS = scaninc.cpp c_file.cpp asm_file.cpp |