1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-22 11:04:22 -04:00

Move root to separate directory

This commit is contained in:
Alex Kotov 2022-01-17 23:06:32 +05:00
parent 49b6732343
commit f6b09497ee
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
12 changed files with 25 additions and 16 deletions

View file

@ -1,6 +1,6 @@
all: test
CCPREFIX = ../../vendor/cross/bin/i386-elf-
CCPREFIX = ../../vendor/cross/root/bin/i386-elf-
AS = $(CCPREFIX)as
CC = $(CCPREFIX)gcc