diff options
author | lloyd <[email protected]> | 2014-12-22 01:09:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-22 01:09:10 +0000 |
commit | 66723650cab63f541e64145272821984a0f6117e (patch) | |
tree | 020bcce21629abf858ae5b146d81ba3b6b54edbc /src/build-data/makefile | |
parent | 2882141ba37e7605dcb2104234b3b4d11ba57810 (diff) |
Fix System_RNG for Windows, fix nmake clean target
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r-- | src/build-data/makefile/nmake.in | 2 |
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) |