From ffb19ef50c8a389fab349a210aad6beb13dc5187 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 26 Sep 2024 10:55:14 +0200 Subject: [PATCH] ui4x_main is main --- Makefile | 2 +- src/{ui4x_main.c => main.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ui4x_main.c => main.c} (100%) diff --git a/Makefile b/Makefile index 99bffff..4e70c2c 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ DOTOS_UI4x = src/ui4x_config.o \ src/ui4x_sdl2.o \ src/ui4x_ncurses.o \ src/ui4x_emulator.o \ - src/ui4x_main.o + src/main.o MSFS = src/MSFs/cpu.msf \ src/MSFs/debug.msf \ diff --git a/src/ui4x_main.c b/src/main.c similarity index 100% rename from src/ui4x_main.c rename to src/main.c