3 lines
83 B
Makefile
3 lines
83 B
Makefile
|
|
all:
|
|
gcc test.c buddy.c -o test -Wall -Wextra -ggdb #-fsanitize=address,undefined
|