summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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