Nicolas Winkler hace 5 años
padre
commit
d52d88fec3
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      libmandel/src/opencl/makefile

+ 10 - 0
libmandel/src/opencl/makefile

@@ -0,0 +1,10 @@
+
+HEADERS := $(patsubst %.cl,%.h,$(wildcard *.cl))
+
+
+all:
+	$(HEADERS)
+
+%.h: %.cl
+	xxd -i $< > $@
+