mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Add depends target as suggested by Martin Fuchs
svn path=/trunk/; revision=15591
This commit is contained in:
parent
cec1358fb1
commit
4828e6eaa4
1 changed files with 5 additions and 0 deletions
|
@ -256,3 +256,8 @@ makefile_auto_clean:
|
|||
|
||||
.PHONY: clean
|
||||
clean: makefile_auto_clean
|
||||
|
||||
.PHONY: depends
|
||||
depends:
|
||||
@-$(rm) makefile.auto
|
||||
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))
|
||||
|
|
Loading…
Reference in a new issue