diff --git a/Makefile b/Makefile index f66666c..88879a4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS2 = -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-paramete SOURCES = $(shell find . -name '*.cpp') OBJECTS = $(SOURCES:.cpp=.o) -NOM = ecosyteme +NOM = ecosysteme %.o: %.cpp $(CCPP) -c -o $@ $< $(CFLAGS) $(CFLAGS2)