tracker wip

This commit is contained in:
minjaesong
2026-04-20 17:38:02 +09:00
parent b2faab9377
commit 4e647f9fe1
6 changed files with 339 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
CC = gcc
CFLAGS = -std=c99 -O3 -Wall -Wextra -Ofast -D_GNU_SOURCE
font_rom_builder:
rm -f font_rom_builder
$(CC) $(CFLAGS) font_rom_builder.c -o font_rom_builder