src/Makefile uses now 'find' for looking for *.cpp files and we don't need Makefile.o.dep anymore
@@ -0,0 +1,25 @@
export CXX
export CXXFLAGS
export AR
all: src
src: FORCE
$(MAKE) -C src
clean: FORCE
$(MAKE) -C src clean
depend: FORCE
$(MAKE) -C src depend
FORCE:
The note is not visible to the blocked user.