From 5393ce93d05f9979b7882c686b241f6738011c64 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Mon, 17 Apr 2023 23:46:30 -0700 Subject: mat4 transformations --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a5adbd..358b282 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .POSIX: CC := clang -CFLAGS := -std=c11 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) +CFLAGS := -std=c11 -Wall -Wextra -Wshadow -Iinclude $(shell sdl2-config --cflags) $(shell pkg-config --cflags cglm) LDFLAGS := -LDLIBS := -ldl -lm $(shell sdl2-config --libs) +LDLIBS := -ldl -lm $(shell sdl2-config --libs) $(shell pkg-config --libs cglm) all: mino mino: glad.o tex.o graph.o mino.o mino.o: mino.c include/mino.h -- cgit v1.2.3