diff options
Diffstat (limited to 'cpp')
-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 + |