From bd74d6e1842eca74ddc2c268ae9f83e43822fc1b Mon Sep 17 00:00:00 2001 From: jvech Date: Thu, 13 Jul 2023 20:54:27 -0500 Subject: add: forward pass with openblas in progress --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44e0192..26f5ec1 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -CC = gcc +CC = clang CFLAGS = -std=c11 -Wall -g BIN = ml OBJDIR = objs SRC = $(wildcard src/*.c) HEADERS = $(wildcard src/*.h) OBJS = $(SRC:src/%.c=${OBJDIR}/%.o) -DLIBS = -ljson-c -lm +DLIBS = -lm $(shell pkg-config --libs-only-l blas json-c) .PHONY: clean all run all: build -- cgit v1.2.3-70-g09d2