diff options
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index f8f263d2..3fc47182 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -4,7 +4,7 @@ all: knarc @: knarc: Source.cpp Narc.cpp Narc.h - g++-9 Source.cpp Narc.cpp -o $@ -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs + g++ Source.cpp Narc.cpp -o $@ -std=c++17 -O2 -Wall -Wno-switch -lstdc++fs clean: $(RM) knarc knarc.exe |