summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-02-13 11:54:51 -0500
committerTom Stellard <thomas.stellard@amd.com>2012-02-13 11:54:51 -0500
commit192dd3f9f196fe5e07f9e026f790a355aee3b8a5 (patch)
tree1747f782670908965c47efa536486b4ad15fefe1 /Makefile
parent63fd66aa1a490748c4f4d2a4bd43d5b228b1e2ac (diff)
Add some more function calls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a89a9c9..d5fb6dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+CFLAGS=-g
hello_world: hello_world.o
- gcc -o hello_world $^ -L/home/tstellar/mesa/lib -lOpenCL
+ gcc -o hello_world $^ -L/usr/local/lib/ -lOpenCL