diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-23 19:59:49 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-23 19:59:49 +0200 |
commit | 73d0deef8bad64e542f73982789bebeb50e347a4 (patch) | |
tree | 43a31a963ce4a44afb7b50293557ce214415c13a /cpp/Makefile | |
parent | 25a2f54e4771032c788fe96ef9d58315ac0b33a5 (diff) |
clear
Diffstat (limited to 'cpp/Makefile')
-rw-r--r-- | cpp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/Makefile b/cpp/Makefile new file mode 100644 index 0000000..49aaacf --- /dev/null +++ b/cpp/Makefile @@ -0,0 +1,3 @@ +all: + g++ -std=c++11 -Wall $1.cpp -o $1 + |