Renomme le fichier binaire
This commit is contained in:
parent
08584564bd
commit
3f5a6e9996
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Reference in a new issue