diff options
author | shmalebx9 <thonkpeasant@protonmail.com> | 2021-11-20 12:51:56 -0700 |
---|---|---|
committer | shmalebx9 <thonkpeasant@protonmail.com> | 2021-11-20 12:51:56 -0700 |
commit | 12eceb6a6788b2098eedb87022722446b003cdf7 (patch) | |
tree | 286207193f3c10149f9fbbc79a1d6e59da5e891d /Makefile | |
parent | bc7243f1e1051ce3561447bea4c94b6af3df9ad7 (diff) |
added dependency script for void
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |