Add test and remove code comments

This commit is contained in:
2024-04-20 20:41:06 +02:00
parent 3acc0a80a8
commit 457bc24019
5 changed files with 91 additions and 99 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
all:
gcc test.c buddy.c -o test -Wall -Wextra -ggdb #-fsanitize=address,undefined
gcc test.c buddy.c -o test -Wall -Wextra -ggdb #-fsanitize=address,undefined
gcc test2.c buddy.c -o test2 -Wall -Wextra -ggdb