Update gitignore and Makefiles for build.h move from src/ to src/obj

This commit is contained in:
Gavin Andresen
2012-09-20 10:28:13 -04:00
parent bfc24bd4ce
commit f2b066da70
5 changed files with 3 additions and 5 deletions

View File

@@ -156,6 +156,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: