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