target blinkenlights

This commit is contained in:
2025-12-03 18:40:18 -06:00
parent 137fd441e1
commit 4ca5884255

View File

@@ -3,7 +3,8 @@ SRCS = $(filter %.c,$(FILES))
BINS = $(SRCS:%.c=%.elf) BINS = $(SRCS:%.c=%.elf)
CFLAGS = -Wall -Werror -pedantic -Wno-unused -D_GNU_SOURCE -std=gnu2y\ CFLAGS = -Wall -Werror -pedantic -Wno-unused -D_GNU_SOURCE -std=gnu2y\
-O3 -g -Ttext=C475000 -static -nostartfiles -fno-stack-protector -march=native -O3 -g -Ttext=C475000 -static -nostartfiles -fno-stack-protector\
-march=x86-64 -msse2 -msse3 -mssse3 -mpclmul -mpopcnt -madx -mbmi2 -mrdrnd -mrdseed
all: $(BINS) all: $(BINS)