Splitting code

This commit is contained in:
Imbus 2024-03-23 21:18:52 +01:00
parent f5101cff32
commit 6b9f51b341
5 changed files with 91 additions and 1 deletions

View file

@ -12,7 +12,7 @@ QEMU_MACHINE_NAME = uno
CFLAGS = -std=c2x -Wall -Wno-array-bounds -mmcu=$(MCU) -DF_CPU=16000000UL -O3
# Source files
SRCS = main.c
SRCS = $(wildcard *.c)
# Object files
OBJS = $(SRCS:.c=.o)