aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 46ebf2eb0b4352dbfb9ea41bc6bf6b9b84b7ce39 (plain) (blame)
1
2
3
4
5
6
.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