Nicolas Winkler 5 lat temu
rodzic
commit
d52d88fec3
1 zmienionych plików z 10 dodań i 0 usunięć
  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 $< > $@
+