mirror of
https://github.com/Crocmagnon/display-epaper.git
synced 2024-11-21 13:38:03 +01:00
9 lines
No EOL
128 B
Makefile
9 lines
No EOL
128 B
Makefile
GOK := gok -i display
|
|
run:
|
|
${GOK} run
|
|
update:
|
|
${GOK} update
|
|
logs:
|
|
${GOK} logs -s display-epaper
|
|
get:
|
|
${GOK} get --update_all
|