detail fix Makefile.
@@ -0,0 +1 @@ | ||
1 | +link ../src/Makefile | |
\ No newline at end of file |
@@ -81,6 +81,7 @@ | ||
81 | 81 | $(RM) $(OBJ) |
82 | 82 | $(RM) $(WC_SRC:%.C=%.c) $(DBSRC) |
83 | 83 | $(RM) $(INST) $(NOINST) *.lst $(DEPS) |
84 | + $(RM) *.btf | |
84 | 85 | |
85 | 86 | install: $(INST:%=$(EXE_INSTALLDIR)/%) |
86 | 87 |