funny cc
This commit is contained in:
parent
f58c726e46
commit
211f008557
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RM = rm
|
|||
SOURCES = $(wildcard src/*.cpp)
|
||||
OBJETS = $(patsubst %.cpp,%.cpp.o,$(notdir $(SOURCES)))
|
||||
|
||||
EXE = ecosysteme
|
||||
EXE = r0
|
||||
|
||||
%.cpp.o: src/%.cpp
|
||||
$(CXX) -c -o $@ $< $(CXXFLAGS) $(DEVFLAGS)
|
||||
|
|
Reference in a new issue