summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2021-08-08 19:48:48 +0200
committerdzwdz2021-08-08 19:48:48 +0200
commit9b561ea71ab38e2893e887b8d902e7f8e16bac89 (patch)
tree35903eb95af2b53a14fd32922ca78cc8fd41187a /Makefile
parent6e5a5a3b27257f212fcd10a3580cfca3ea224fab (diff)
parentbd50355d96bb081394f01c7d8e89debd1c040cd4 (diff)
Merge branch 'main' of github.com:dzwdz/camellia
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6fcd2c5..959672e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+PATH := $(shell pwd)/toolchain/bin/:$(PATH)
+
AS = i686-elf-as
CC = i686-elf-gcc
CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra