Suppress a warning about missing 'depend' file on initial build.
This commit is contained in:
@@ -21,7 +21,7 @@ templates.o: templates.cpp
|
|||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
include depend
|
-include depend
|
||||||
|
|
||||||
depend: $(source)
|
depend: $(source)
|
||||||
$(CXX) $(INCLUDES) -MM $(source) > depend
|
$(CXX) $(INCLUDES) -MM $(source) > depend
|
||||||
|
|||||||
Reference in New Issue
Block a user