4 lines
146 B
Makefile
4 lines
146 B
Makefile
# Tell gmake to include the optional dependency file.
|
|
# This sucks, but I don't know any other way of portably making this work.
|
|
-include .depend
|