diff options
author | Determinant <[email protected]> | 2018-01-27 18:36:09 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2018-01-27 18:36:09 -0500 |
commit | a979e6d6d182850925c8dd65bd5f34c72063d895 (patch) | |
tree | d3239c76206d1a965789c1480518c20d2e3b0c23 /Makefile |
init
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |