Skip to content
Snippets Groups Projects
Commit e058c761 authored by dario.genga's avatar dario.genga
Browse files

Update ex5 makefile

parent 4a0a8266
Branches
No related tags found
No related merge requests found
LIB=-lm
CC=gcc -Wall -Wextra -pedantic -g
ex4: ex5.o
ex5: ex5.o
$(CC) $^ -fsanitize=address -fsanitize=leak -o $@ $(LIB)
ex4.o: ex5.c
ex5.o: ex5.c
$(CC) -c $< $(LIB)
clean:
rm -f *.o ex5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment