From 7fd1e7b5298d1c7a115019d6d6b61d3d7224f04a Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 3 Feb 2018 20:16:39 -0500 Subject: ... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ac8bff..ba6ee2c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all all: test14 test17 test14: test.cpp promise.hpp - g++ -o $@ test.cpp -std=c++14 -Wall -Wextra -Wpedantic -O2 + $(CXX) -o $@ test.cpp -std=c++14 -Wall -Wextra -Wpedantic -O2 test17: test.cpp promise.hpp - g++ -o $@ test.cpp -std=c++17 -Wall -Wextra -Wpedantic -O2 + $(CXX) -o $@ test.cpp -std=c++17 -Wall -Wextra -Wpedantic -O2 -- cgit v1.2.3-70-g09d2