From 25c438b9056e2dee99fcc8680a6c295df9aa939e Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 1 Feb 2018 20:21:53 -0500 Subject: ... --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b09161..46ebf2e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ -test: test.cpp promise.hpp - g++ -o test test.cpp -std=c++17 +.PHONY: all +all: test14 test17 +test14: test.cpp promise.hpp + g++ -o $@ test.cpp -std=c++17 +test17: test.cpp promise.hpp + g++ -o $@ test.cpp -std=c++14 -- cgit v1.2.3-70-g09d2