Splitting code
This commit is contained in:
parent
f5101cff32
commit
6b9f51b341
5 changed files with 91 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue