Fix makefile and change some stuff in client
This commit is contained in:
parent
4650fbc7c7
commit
35cde3e290
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# Compiler
|
||||
CC := gcc
|
||||
# Compiler flags
|
||||
CFLAGS := -Wall -Wextra -Werror -Ilibs -fsanitize=address
|
||||
CFLAGS := -Wall -Wextra -Ilibs
|
||||
|
||||
# Directories
|
||||
SRCDIR := src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue