From: Jeffrey Altman Date: Tue, 6 Sep 2011 15:57:18 +0000 (-0400) Subject: Windows: add clean rule to src/afs/NTMakefile X-Git-Tag: upstream/1.8.0_pre1^2~3305 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4ec6fd003084b02c299466bcaeac3850be10f79c;p=packages%2Fo%2Fopenafs.git Windows: add clean rule to src/afs/NTMakefile Change-Id: I433dee1e3f9e4b5774dc8011690b6c74162772ce Reviewed-on: http://gerrit.openafs.org/5368 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/afs/NTMakefile b/src/afs/NTMakefile index 4f688d0ca..5798c112c 100644 --- a/src/afs/NTMakefile +++ b/src/afs/NTMakefile @@ -21,3 +21,5 @@ $(INCDIR)\afs\unified_afs.c $(INCDIR)\afs\unified_afs.h: unified_afs.et unifi install: $(INCDIR)\afs\unified_afs.c $(INCDIR)\afs\afs_stats.h $(INCDIR)\afs\afs_consts.h +clean:: + $(DEL) unified_afs.c unified_afs.h