Skip to content

Commit

Permalink
Include math library
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Aug 26, 2024
1 parent c26d2b3 commit 2d44dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Iinclude -static
CFLAGS=-Iinclude -lm -static
OBJ_DIR=build
SRC_DIR=src

Expand Down

0 comments on commit 2d44dfa

Please sign in to comment.