aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/pocketwatch/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-04-26 18:22:12 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-04-26 18:22:12 +0200
commitb62b7bf28ec0069e6f460fa0f07b64a0dba72557 (patch)
treec2e90a06ec923baf2b39b9775b0d805450299ad6 /samples/OpenGL/pocketwatch/Makefile
parent4542fdb44ae7525b2806233b1d499b1c0202fbf7 (diff)
parent482f37cd2811b91b2892a8f001f5be8f8caec204 (diff)
downloadcodesamples-b62b7bf28ec0069e6f460fa0f07b64a0dba72557.tar.gz
codesamples-b62b7bf28ec0069e6f460fa0f07b64a0dba72557.tar.bz2
Merge branch 'master' of github.com:datenwolf/codesamples
Diffstat (limited to 'samples/OpenGL/pocketwatch/Makefile')
-rw-r--r--samples/OpenGL/pocketwatch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OpenGL/pocketwatch/Makefile b/samples/OpenGL/pocketwatch/Makefile
new file mode 100644
index 0000000..ef8dda5
--- /dev/null
+++ b/samples/OpenGL/pocketwatch/Makefile
@@ -0,0 +1,3 @@
+pocketwatch: pocketwatch.cpp uhr.cpp uhr.h
+ $(CXX) -o pocketwatch pocketwatch.cpp uhr.cpp uhr.h -lGL -lGLU -lglut
+