From 612d15f6764c258ca6826f3dc279eb0515f7dd38 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jul 2018 15:59:22 +0200 Subject: [PATCH] Rename file --- Makefile | 2 +- oo.c => oop.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename oo.c => oop.c (100%) diff --git a/Makefile b/Makefile index 41eecd1..28b0cee 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ OBJ =\ lex.o \ lib.o \ memobj.o \ - oo.o \ + oop.o \ parse.o \ vfs.o \ vm.o diff --git a/oo.c b/oop.c similarity index 100% rename from oo.c rename to oop.c