effg
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC=gcc
|
||||
SRC = fish.c insects.c vector.c main.c
|
||||
SRC = fish.c insect.c vector.c main.c
|
||||
CFLAGS= -Wall -Wextra -Werror
|
||||
LDFLAGS= -fsanitize=address -g
|
||||
# Computes the basic main for tests
|
||||
@@ -11,4 +11,4 @@ debug: ${SRC}
|
||||
gcc $(CFLAGS) $^ -o debug $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
$(RM) main debug
|
||||
$(RM) main debug
|
||||
|
||||
Reference in New Issue
Block a user