From 9307097160390b384907c193aca0d6703ab63516 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 26 Jan 2025 08:30:01 -0500 Subject: consting; arch choice; . hex ['] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3408355..4a31f2e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -#CC := arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -CC := gcc +#CC := arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -DFOCI_ARM +CC := gcc -DFOCI_X86_64 CFLAGS := -O3 -ggdb -g3 -Wall -Wextra all: foci -- cgit v1.2.3