diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-27 15:39:05 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-27 15:39:05 +0200 |
commit | b880ad05d37cf36ec1edddc944f558420bc8a07e (patch) | |
tree | 5a1ddfb5b420f23ecb32a9cf9e6d17582ee084c5 /cpp/Makefile | |
parent | 09422247fe86c55961ffd53587fe0ea8772e452c (diff) |
fixed it
Diffstat (limited to 'cpp/Makefile')
-rw-r--r-- | cpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/Makefile b/cpp/Makefile new file mode 100644 index 0000000..147432b --- /dev/null +++ b/cpp/Makefile @@ -0,0 +1,2 @@ +all: + g++-4.8 -Wall -std=c++11 -o $1 $1.cpp |