diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-08 09:47:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 09:47:57 -0400 |
commit | 7594546ee990c55b5427a7f5bfc62263dc53ae5f (patch) | |
tree | c32b3d1ce1eef47c5388925c2a45ed435f99bc51 /tools/knarc | |
parent | a9a1e08acac9dab227f0421be5f42128a9fd2537 (diff) | |
parent | 43fc22bcacb17d515e7993acc0b61b7369d18d98 (diff) |
Merge pull request #149 from mid-kid/master
Pass down host variables
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 |