diff options
author | root <root@t60.home.remexre.com> | 2024-11-18 10:45:20 -0600 |
---|---|---|
committer | root <root@t60.home.remexre.com> | 2024-11-18 10:45:20 -0600 |
commit | 62e41dcb40d0450d493a804e7f0ac3e32f35aabf (patch) | |
tree | 0744f1af53ac605868d8b85cd5446264820a4ca1 /src/platform/linux.mk | |
parent | 943a6597b2bcd1b3ed208458a5cba61ad5b4051c (diff) |
Adds Linux support.
Diffstat (limited to 'src/platform/linux.mk')
-rw-r--r-- | src/platform/linux.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/linux.mk b/src/platform/linux.mk new file mode 100644 index 0000000..6c82e6b --- /dev/null +++ b/src/platform/linux.mk @@ -0,0 +1 @@ +all: imb3.elf |