From 5b98a255f7e5be68b485ffa76aa2fa1ab1559e13 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 8 Mar 2017 12:25:21 -0500 Subject: [PATCH] Add pch.obj to clean recipe --- cryptest.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptest.nmake b/cryptest.nmake index 480ea6ef..b350476d 100644 --- a/cryptest.nmake +++ b/cryptest.nmake @@ -138,7 +138,7 @@ cryptlib.lib: $(LIB_OBJS) $(AR) $(ARFLAGS) $(LIB_OBJS) /out:$@ clean: - $(RM) /F /Q pch.pch $(LIB_OBJS) rdrand-x86.obj rdrand-x64.obj x64masm.obj x64dll.obj cryptlib.lib $(TEST_OBJS) cryptest.exe *.pdb + $(RM) /F /Q pch.pch $(LIB_OBJS) pch.obj rdrand-x86.obj rdrand-x64.obj x64masm.obj x64dll.obj cryptlib.lib $(TEST_OBJS) cryptest.exe *.pdb # Precompiled header pch.pch: pch.h pch.cpp