diff options
| author | Gavin Andresen <[email protected]> | 2012-09-20 10:28:13 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-09-20 10:28:13 -0400 |
| commit | f2b066da7098703610371cce9649af22bd5fee5b (patch) | |
| tree | f85d820b0c3022b8629a8d97e601e192b5ff95bb /src/makefile.unix | |
| parent | Merge pull request #1717 from Diapolo/Qt_change_TX_display (diff) | |
| download | discoin-f2b066da7098703610371cce9649af22bd5fee5b.tar.xz discoin-f2b066da7098703610371cce9649af22bd5fee5b.zip | |
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to 'src/makefile.unix')
| -rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 6f8f96e3a..a41b57b4f 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -172,6 +172,6 @@ clean: -rm -f obj-test/*.o -rm -f obj/*.P -rm -f obj-test/*.P - -rm -f src/build.h + -rm -f obj/build.h FORCE: |