mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Fix contrib make target (dev has been changed to develop)
This commit is contained in:
parent
84ef8709e4
commit
1fc52536ac
2
Makefile
2
Makefile
@ -164,7 +164,7 @@ yadm.md: yadm.1
|
||||
.PHONY: contrib
|
||||
contrib:
|
||||
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
|
||||
@git shortlog -ns master gh-pages dev dev-pages | cut -f2 >> CONTRIBUTORS
|
||||
@git shortlog -ns master gh-pages develop dev-pages | cut -f2 >> CONTRIBUTORS
|
||||
|
||||
.PHONY: sync-clock
|
||||
sync-clock:
|
||||
|
Loading…
Reference in New Issue
Block a user