diff options
author | garak <garakmon@gmail.com> | 2019-10-14 13:05:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-16 20:09:49 -0500 |
commit | 0bc41d1fd304e205e0db23bf502dfcbc7f1142bc (patch) | |
tree | 7b5ec6be2b95565dd2046f2f13a7d0bc3d7c1d4b /tools | |
parent | fc2926aa469de176403d0ccaba3ad503c65ff98e (diff) |
remove empty groups from wild encounter fields json objects
Diffstat (limited to 'tools')
-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 32c16c31f..4292b07b1 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 |