summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Froehlich <Mathias.Froehlich@web.de>2011-01-31 21:29:44 +0100
committerMathias Froehlich <Mathias.Froehlich@web.de>2011-01-31 21:29:44 +0100
commit5974c39955ab9f880388cc390d02799ef5601fed (patch)
tree6eb729e5c2deb339a54fe2af5d2bf3f61cf2b85f
parentc55d8e466750b279a0b5bb4cc02212cd1a065f7d (diff)
Add a simple makefile
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..84ad8d7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+Main:
+ $(CXX) -g -o Main Main.cpp -lglut -lGLEW -ltiff -lGL