From 5d288ba726fbfa3d82413ab2630bf9d37cb91b7a Mon Sep 17 00:00:00 2001 From: inixyz Date: Sat, 7 Oct 2023 22:38:10 +0300 Subject: [PATCH] cleanup --- src/main.c => main.c | 0 makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main.c => main.c (100%) diff --git a/src/main.c b/main.c similarity index 100% rename from src/main.c rename to main.c diff --git a/makefile b/makefile index 654ab3b..9fa0dc7 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ default: - gcc src/main.c -o tinyriscv \ No newline at end of file + gcc main.c -o tinyriscv \ No newline at end of file