Skip to content

Commit a1c62b2

Browse files
committed
fix typo
1 parent 0104a82 commit a1c62b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
SHELL := /bin/bash
55
TARGET := erodr
6-
C_FLAGS := -Werror -Wall -Wextra -Wno-unknown-pragmas -pedantic -Wno-unused-results --std=c17 -Iinclude -Isrc -O3 -ggdb3 #-fsanitize=address -fsanitize=undefined
6+
C_FLAGS := -Werror -Wall -Wextra -Wno-unknown-pragmas -pedantic -Wno-unused-result --std=c17 -Iinclude -Isrc -O3 -ggdb3 #-fsanitize=address -fsanitize=undefined
77
L_FLAGS_LINUX := -Llib/linux -lm -lpthread -lraylib -ldl
88
L_FLAGS_WINDOWS := -Llib/windows -lm -lpthread -lraylib -lwinmm -mwindows -static
99

0 commit comments

Comments
 (0)