src -> $(SRC) in da makefile
This commit is contained in:
parent
cf110103ad
commit
d2342cad28
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ dirs:
|
|||
$(NAME): $(OBJ)
|
||||
$(CXX) $(addprefix $(BIN)/, $^) $(LDFLAGS) -o $(BIN)/$@
|
||||
|
||||
%.o: src/%.cpp
|
||||
%.o: $(SRC)/%.cpp
|
||||
$(CXX) -c $< $(CXXFLAGS) -o $(BIN)/$@
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue