From ca89fd3654925679eef32536b6e702bd91086e7a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 16 Jul 1996 23:23:09 +0000 Subject: (clean): Use OBJDIR macro. --- lib-src/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src/makefile.nt') diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 9f869057906..a03c8da4373 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -202,7 +202,7 @@ install: $(INSTALL_FILES) # clean:; - $(DEL) *~ *.pdb DOC* - $(DEL_TREE) deleted - - $(DEL_TREE) obj + - $(DEL_TREE) $(OBJDIR) # # Headers we would preprocess if we could. -- cgit v1.2.1