summaryrefslogtreecommitdiff
path: root/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Makefile')
-rw-r--r--cpp/Makefile3
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
+