-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
put object files into build directory
- Loading branch information
1 parent
21ce1bb
commit 457376c
Showing
3 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
environment.o: environment.h lua/install | ||
error.o: error.h libyaml/install | ||
event.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h | ||
executor.o: error.h event.h executor.h libyaml/install lua/install parser.h | ||
main.o: environment.h error.h event.h executor.h libyaml/install lua/install parser.h render.h test.h | ||
parser.o: error.h libyaml/install parser.h | ||
render.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h | ||
test.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h test.h | ||
build/environment.o: environment.h lua/install | ||
build/error.o: error.h libyaml/install | ||
build/event.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h | ||
build/executor.o: error.h event.h executor.h libyaml/install lua/install parser.h | ||
build/main.o: environment.h error.h event.h executor.h libyaml/install lua/install parser.h render.h test.h | ||
build/parser.o: error.h libyaml/install parser.h | ||
build/render.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h | ||
build/test.o: error.h event.h executor.h libyaml/install lua/install parser.h render.h test.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters