aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-27 18:36:09 -0500
committerDeterminant <ted.sybil@gmail.com>2018-01-27 18:36:09 -0500
commita979e6d6d182850925c8dd65bd5f34c72063d895 (patch)
treed3239c76206d1a965789c1480518c20d2e3b0c23 /Makefile
init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9b09161
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+test: test.cpp promise.hpp
+ g++ -o test test.cpp -std=c++17