diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-09-20 10:28:13 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-09-20 10:28:13 -0400 |
commit | f2b066da7098703610371cce9649af22bd5fee5b (patch) | |
tree | f85d820b0c3022b8629a8d97e601e192b5ff95bb /src/makefile.mingw | |
parent | bfc24bd4cee1c1da944dfd1f236b07e9194f493c (diff) |
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 9bbd739365..5cb2c84f4d 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -104,6 +104,5 @@ clean: -del /Q bitcoind test_bitcoin -del /Q obj\* -del /Q obj-test\* - -del /Q build.h FORCE: |