summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorshmalebx9 <thonkpeasant@protonmail.com>2021-11-20 12:51:56 -0700
committershmalebx9 <thonkpeasant@protonmail.com>2021-11-20 12:51:56 -0700
commit12eceb6a6788b2098eedb87022722446b003cdf7 (patch)
tree286207193f3c10149f9fbbc79a1d6e59da5e891d /Makefile
parentbc7243f1e1051ce3561447bea4c94b6af3df9ad7 (diff)
added dependency script for void
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0dac0ea..8e342403 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
.PHONY: all download modules ich9m-descriptors payloads roms release clean \
crossgcc-clean install-dependencies-ubuntu install-dependencies-debian \
- install-dependencies-arch
+ install-dependencies-arch install-dependencies-void
all: roms
@@ -67,3 +67,6 @@ install-dependencies-debian:
install-dependencies-arch:
./build dependencies arch
+
+install-dependencies-void:
+ ./build dependencies void