mirror of
https://github.com/Crocmagnon/display-epaper.git
synced 2024-11-21 21:48:02 +01:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
GOK := gok -i display
|
||
|
run:
|
||
|
${GOK} run
|
||
|
update:
|
||
|
${GOK} update
|