mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
added target depmap to makefile
svn path=/trunk/; revision=25430
This commit is contained in:
parent
44592e4e76
commit
c4d9ae3316
1 changed files with 4 additions and 0 deletions
|
@ -432,6 +432,10 @@ cb: $(RBUILD_TARGET)
|
|||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) cb
|
||||
|
||||
.PHONY: depmap
|
||||
depmap: $(RBUILD_TARGET)
|
||||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) depmap
|
||||
|
||||
.PHONY: msvc
|
||||
msvc: $(RBUILD_TARGET)
|
||||
|
|
Loading…
Reference in a new issue