Makefile uses new define

This commit is contained in:
Imbus 2025-09-08 09:15:28 +02:00
parent f29035319c
commit d608a81674

View file

@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -O2
CFLAGS += -DFREELIST_NOALIGN
CFLAGS += -DFREELIST_ALIGN
TARGET = main.elf
SRC = main.c freelist.c