diff options
author | lloyd <[email protected]> | 2006-12-14 14:02:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-14 14:02:46 +0000 |
commit | b8e46fd785f72f211d44b2aa61272a35b2311a2f (patch) | |
tree | db5261296c771e04488a47bcebdcaacb2eeaa58f /misc/config/makefile/nmake.in | |
parent | 7edb1d252e451aa19bb07dc42fd1302e4270a8ad (diff) |
Also remove build.h from the distclean target for nmake
Diffstat (limited to 'misc/config/makefile/nmake.in')
-rw-r--r-- | misc/config/makefile/nmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/config/makefile/nmake.in b/misc/config/makefile/nmake.in index f8641a966..d4beba5e6 100644 --- a/misc/config/makefile/nmake.in +++ b/misc/config/makefile/nmake.in @@ -92,6 +92,7 @@ clean: $(RM) $(LIBRARIES) $(CHECK) distclean: clean + $(RM) @{var:build-dir}\build.h $(RM) @{var:build-dir}\include\botan\* $(RMDIR) @{var:build-dir}\include\botan @{var:build-dir}\include $(RMDIR) @{var:build-dir}\lib @{var:build-dir}\checks |