File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ You can compile an individual project by running `make <project>` or `make
55
66You can change whether you are compiling for the remarkable or a PC by
77adjusting the ` TARGET ` environment variable. See ` src/actions.make ` for the list
8- of targets, which include (but is not limited to) ` dev ` and ` arm `
8+ of targets, which include (but is not limited to) ` dev ` , ` kobo ` and ` rm `
99
1010## Compilation
1111
@@ -21,7 +21,7 @@ This is the easiest way to compile for the tablet if you have docker installed.
2121
2222* install okp: ` pip install okp `
2323* install resim viewer: ` pip install rmkit-sim `
24- * compile with DEV mode: ` ARCH =dev make harmony`
24+ * compile with DEV mode: ` TARGET =dev make harmony`
2525* run harmony with ` resim ./src/build/harmony `
2626
2727### Remarkable
You can’t perform that action at this time.
0 commit comments