diff options
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 |