summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorkr3nshaw <20672068+kr3nshaw@users.noreply.github.com>2020-06-08 03:18:50 +1000
committerGitHub <noreply@github.com>2020-06-08 03:18:50 +1000
commitbc4f89e2ba8a1fda915099e7e680a45beed2b0ae (patch)
treee21da7483d5256c10bc7b718ec1b27728152730c /tools
parentf1bc71afe289152f60eaaf42a0267be26ee16431 (diff)
parentcafc25c1fe5a7c856e111ac06fa3389988d04aa5 (diff)
Merge pull request #1 from PlatinumMaster/master
Attempt to fix travis for knarc.
Diffstat (limited to 'tools')
-rw-r--r--tools/knarc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile
index a466912c..da52e871 100644
--- a/tools/knarc/Makefile
+++ b/tools/knarc/Makefile
@@ -1,7 +1,7 @@
all: knarc
knarc: Source.cpp Narc.cpp
- g++ -std=c++17 -o knarc Source.cpp Narc.cpp
+ g++8 -std=c++17 -o knarc Source.cpp Narc.cpp
clean:
- rm knarc
+ rm knarc \ No newline at end of file