]> foleosoft.com Git - QAnsel.git/commitdiff
Sat Mar 2 10:04:47 PM EST 2024
authormiha-q <>
Sun, 3 Mar 2024 03:04:47 +0000 (22:04 -0500)
committermiha-q <>
Sun, 3 Mar 2024 03:04:47 +0000 (22:04 -0500)
Makefile

index fdc1e7a2bb2103dd212f61a74764809097b7fd29..045d7aa5afc6f53080933a7ca8d37f4069f86e87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,5 @@ all:
        bash -c 'echo -ne "$$(cat src/.gpu_mmul.cl)\x00" > src/gpu_mmul.cl'
        xxd -i src/gpu_mmul.cl | sed -e 's/unsigned int/const size_t/' -e 's/unsigned char/const char/' > src/gpu_mmul.cl.c
        mv src/.gpu_mmul.cl src/gpu_mmul.cl
-
        gcc src/QAnsel.c -g -o bin/QAnsel -lm -I/usr/include/SDL2 -D_REENTRANT -lSDL2 -lOpenCL -pthread
        rm -f src/*.cl.c
\ No newline at end of file