add more make targets

This commit is contained in:
Gabriel Augendre 2024-09-16 14:25:41 +02:00
parent af1a38efca
commit c6ae3f97ef

View file

@ -2,4 +2,8 @@ GOK := gok -i display
run:
${GOK} run
update:
${GOK} update
${GOK} update
logs:
${GOK} logs -s display-epaper
get:
${GOK} get --update_all