From 0eb4920e8ee15cdc5bc42fbbb7927d34e3014cf1 Mon Sep 17 00:00:00 2001 From: PlatinumMaster Date: Sun, 7 Jun 2020 13:05:55 -0400 Subject: Update Makefile to support g++8. --- tools/knarc/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3