aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-22 01:09:10 +0000
committerlloyd <[email protected]>2014-12-22 01:09:10 +0000
commit66723650cab63f541e64145272821984a0f6117e (patch)
tree020bcce21629abf858ae5b146d81ba3b6b54edbc /src/build-data
parent2882141ba37e7605dcb2104234b3b4d11ba57810 (diff)
Fix System_RNG for Windows, fix nmake clean target
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/makefile/nmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in
index 69c6a24ca..6ce3a536e 100644
--- a/src/build-data/makefile/nmake.in
+++ b/src/build-data/makefile/nmake.in
@@ -59,7 +59,7 @@ docs:
%{build_doc_commands}
clean:
- $(RM) %{build_dir}\lib\* %{build_dir}\tests\*
+ $(RM) %{build_dir}\obj\* %{build_dir}\tests\*
$(RM) *.manifest *.exp *.dll
$(RM) $(LIBRARIES) $(APP) $(TEST)