From 428eca82cafa9314a3e3f2102b80496e061d139f Mon Sep 17 00:00:00 2001 From: Derek Tan Date: Sat, 29 Jun 2024 17:22:52 -0400 Subject: [PATCH] moved Makefile to tools/ --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 01736fd..970589a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ ########## Variables ########## -CXX = g++-11 # compiler +CXX = g++ # compiler CXXFLAGS = -std=c++20 -g -Wall -MMD # compiler flags MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}} # makefile name