Initfs makefile

This commit is contained in:
2024-12-15 21:27:29 -08:00
parent b156510422
commit 0f42691db8
7 changed files with 34 additions and 10 deletions

View File

@ -1,6 +1,6 @@
BUILD=./build
TOOLCHAIN = $(CURDIR)/../tools/x86_64-unknown-redox/toolchain
TOOLCHAIN = $(CURDIR)/../tools/bin/x86_64-unknown-redox/toolchain
CARGO = $(TOOLCHAIN)/bin/cargo
PATH := $(TOOLCHAIN)/bin:$(PATH)