From 034028807665e84f7c62de5901a3d82c8b5e880e Mon Sep 17 00:00:00 2001 From: Omniscient Date: Sat, 5 Oct 2024 13:48:35 +1000 Subject: cleaning up rust binding --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 311e873..749897a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC := clang INCLUDES := -I./include -Ideps/glfw-3.3.8/include/GLFW CFLAGS := -Wall -Wextra -O2 $(INCLUDES) -LDFLAGS := -lglfw3 +LDFLAGS := -lglfw # Directories SRC_DIR := new_src -- cgit v1.2.3-70-g09d2