diff --git a/tests/Makefile b/tests/Makefile index 9ac741a..64c7adb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ OBJ = $(SRC:.c=.o) NAME = lib_use CC = gcc CFLAGS = -Wall -Wextra -Wpedantic -Iinclude -s -Os -fno-ident -fno-asynchronous-unwind-tables -CLIBS = ../build/libpasm.a +CLIBS = ../build/libpasm.a -lm all: $(NAME)