From e6cf189c302f8a0659dddccd38b1819239618e0b Mon Sep 17 00:00:00 2001 From: kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> Date: Mon, 8 Jun 2020 03:26:25 +1000 Subject: My turn to try and fix Travis --- tools/knarc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index da52e871..a466912c 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,7 +1,7 @@ all: knarc knarc: Source.cpp Narc.cpp - g++8 -std=c++17 -o knarc Source.cpp Narc.cpp + g++ -std=c++17 -o knarc Source.cpp Narc.cpp clean: - rm knarc \ No newline at end of file + rm knarc -- cgit v1.2.3