diff options
author | dzwdz | 2021-08-08 19:48:48 +0200 |
---|---|---|
committer | dzwdz | 2021-08-08 19:48:48 +0200 |
commit | 9b561ea71ab38e2893e887b8d902e7f8e16bac89 (patch) | |
tree | 35903eb95af2b53a14fd32922ca78cc8fd41187a /Makefile | |
parent | 6e5a5a3b27257f212fcd10a3580cfca3ea224fab (diff) | |
parent | bd50355d96bb081394f01c7d8e89debd1c040cd4 (diff) |
Merge branch 'main' of github.com:dzwdz/camellia
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |