diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-08 17:07:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 17:07:26 +0300 |
commit | 5bd65c61af7865f213ae142aa369c41ed272d24c (patch) | |
tree | 1fc64a437d7305403a2115ece9f044550ddc987f /tools/knarc | |
parent | 59508fe7f84b67d7920a3cbc0df3cd6fe6cec71a (diff) | |
parent | 7594546ee990c55b5427a7f5bfc62263dc53ae5f (diff) |
Merge branch 'master' into master
Diffstat (limited to 'tools/knarc')
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 2e851af6..62af834f 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,5 +1,3 @@ -CXX := g++ - CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs SRCS := Source.cpp Narc.cpp |