mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
add libmath to the linker
This commit is contained in:
2
makefile
2
makefile
@@ -12,7 +12,7 @@ DEBUG ?= 0
|
|||||||
CC ?= cc
|
CC ?= cc
|
||||||
LD ?= ld
|
LD ?= ld
|
||||||
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -Ilib -MMD -MP
|
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -Ilib -MMD -MP
|
||||||
LDFLAGS +=
|
LDFLAGS += -lm
|
||||||
MARCH ?= $(shell uname -m)
|
MARCH ?= $(shell uname -m)
|
||||||
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
|
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user