It certainly is full of bug but the main goal is done so i'm kinda happy ^^
@ -1,6 +1,7 @@
.PHONY: clean, mrproper
CC = gcc
CFLAGS = -g -Wall -Wextra -pedantic
LIBS = -lm
all: fisualizer
@ -8,7 +9,7 @@ all: fisualizer
$(CC) $(CFLAGS) -c -o $@ $<
fisualizer: fisualizer.o
$(CC) $(CFLAGS) -o $@ $+
$(CC) $(CFLAGS) -o $@ $+ $(LIBS)
clean:
rm -f *.o core.*
The note is not visible to the blocked user.