Nicolas Winkler %!s(int64=5) %!d(string=hai) anos
pai
achega
d52d88fec3
Modificáronse 1 ficheiros con 10 adicións e 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 $< > $@
+