From c44d2805ba480fc7c2faf8ae07f2c1c9febf7e34 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Sun, 4 Feb 2024 14:43:37 +0000 Subject: render with raylib --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 69656f9..b278d8d 100644 --- a/config.mk +++ b/config.mk @@ -4,12 +4,12 @@ PREFIX = /usr/local CC = gcc -LIBS = -lOpenCL +LDLIBS = -lOpenCL -lraylib -lm CFLAGS = -std=c89 -pedantic -Wall -Wextra -O2 -pipe \ -DCL_TARGET_OPENCL_VERSION=210 -D_POSIX_C_SOURCE=200809L -LDFLAGS = -Wl,-O1,--sort-common,--as-needed ${LIBS} +LDFLAGS = -Wl,-O1,--sort-common,--as-needed CLFLAGS = -target spir64 -emit-llvm -Xclang -finclude-default-header -O3 \ -cl-std=CL1.2 -Wall -Wextra -- cgit v1.2.3