mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Add eclipse ide target.
This commit is contained in:
parent
72b65d94df
commit
dcd1318bce
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -238,3 +238,8 @@ gui:
|
|||
.PHONY: count
|
||||
count:
|
||||
@sloccount linkchecker linkchecker-gui linkcheck | grep "Total Physical Source Lines of Code"
|
||||
|
||||
# run eclipse ide
|
||||
.PHONY: ide
|
||||
ide:
|
||||
eclipse-3.6 -data .
|
||||
|
|
|
|||
Loading…
Reference in a new issue