aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-09-20 10:28:13 -0400
committerGavin Andresen <[email protected]>2012-09-20 10:28:13 -0400
commitf2b066da7098703610371cce9649af22bd5fee5b (patch)
treef85d820b0c3022b8629a8d97e601e192b5ff95bb /src/makefile.linux-mingw
parentMerge pull request #1717 from Diapolo/Qt_change_TX_display (diff)
downloaddiscoin-f2b066da7098703610371cce9649af22bd5fee5b.tar.xz
discoin-f2b066da7098703610371cce9649af22bd5fee5b.zip
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 4ba0cf06f..2804f1405 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -111,6 +111,6 @@ clean:
-rm -f bitcoind.exe
-rm -f obj-test/*.o
-rm -f test_bitcoin.exe
- -rm -f src/build.h
+ -rm -f obj/build.h
FORCE: