mirror of
https://github.com/Crocmagnon/display-epaper.git
synced 2024-11-21 13:38:03 +01:00
add more make targets
This commit is contained in:
parent
af1a38efca
commit
c6ae3f97ef
1 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -3,3 +3,7 @@ run:
|
||||||
${GOK} run
|
${GOK} run
|
||||||
update:
|
update:
|
||||||
${GOK} update
|
${GOK} update
|
||||||
|
logs:
|
||||||
|
${GOK} logs -s display-epaper
|
||||||
|
get:
|
||||||
|
${GOK} get --update_all
|
Loading…
Reference in a new issue