Add math to LDFLAGS

This commit is contained in:
8dcc 2023-07-23 15:49:41 +02:00
parent ee2b9803e4
commit dcd38dc950
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CC=g++
INCLUDES=-Isrc/include/sdk/common -Isrc/include/sdk/public -Isrc/include/sdk/pm_shared -Isrc/include/sdk/engine
CFLAGS=-Wall -Wextra -Wno-write-strings -m32 -fPIC $(INCLUDES)
LDFLAGS=
LDFLAGS=-lm
OBJS=obj/main.c.o obj/globals.c.o obj/cvars.c.o obj/hooks.c.o obj/util.c.o obj/features/movement.c.o obj/features/esp.c.o
BIN=libhlcheat.so