fix compilation in dev
This commit is contained in:
parent
57a163e685
commit
8fff1eb907
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ main: compilation
|
|||
|
||||
dev: CFLAGS += -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes
|
||||
dev: CFLAGS += -fanalyzer -fsanitize=undefined -pedantic -g
|
||||
dev: LDFLAGS += -fsanitize=undefined
|
||||
dev: compilation
|
||||
|
||||
compilation: $(OBJECTS)
|
||||
|
|
Reference in a new issue