aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-03-30 22:53:56 +0900
committeripknHama <ipknhama@gmail.com>2014-03-30 22:53:56 +0900
commit1e11a177ee6b680b55f01d6090ccd1b2e2b8c51c (patch)
treeb27b76a9d0153517150727fd9add9f61da55a346 /Makefile
parentd22ead9aa1d0a78c1c9ed2baa90a67258bad401b (diff)
downloadcrow-1e11a177ee6b680b55f01d6090ccd1b2e2b8c51c.tar.gz
crow-1e11a177ee6b680b55f01d6090ccd1b2e2b8c51c.zip
basic example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..bc09577
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+all: example
+example: example.cpp
+ g++ -o example example.cpp