summaryrefslogtreecommitdiff
path: root/libopencl
diff options
context:
space:
mode:
Diffstat (limited to 'libopencl')
-rw-r--r--libopencl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libopencl/Makefile b/libopencl/Makefile
index 5f6cc28..ae72115 100644
--- a/libopencl/Makefile
+++ b/libopencl/Makefile
@@ -97,7 +97,9 @@ all: lib$(PROG).a nvopencl_wrapper
lib$(PROG).a: $(OBJS)
ar rcs $(OUTPUT_DIR)/lib$(PROG).a $(OBJS)
-
+
+Makefile.makedepend: depend
+
depend:
touch Makefile.makedepend
makedepend -fMakefile.makedepend -p$(OUTPUT_DIR)/ $(CXX_SRCS) 2> /dev/null