diff --git a/Makefile b/Makefile index 0fa7032..0b93254 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EXEC_NAME=cycloader SRC= $(wildcard *.cpp) OBJS= $(SRC:.cpp=.o) LDFLAGS=-lm -g -Wall -std=c++11 $(shell pkg-config --libs libftdipp1) -CXXFLAGS=-I./ -I ../ -g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1) +CXXFLAGS=-g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1) all:$(EXEC_NAME)