From 900bb0911c45c81cdaf5a0f92563d9b37983bc3a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 27 Jul 2017 23:00:42 +0200 Subject: [PATCH] rename machines.c to str.c --- Makefile | 2 +- machines.c => str.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename machines.c => str.c (100%) diff --git a/Makefile b/Makefile index 0bfabf8..d35fa2d 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ LIB=libelf.a OFILES=\ elf.o\ - machines.o\ print.o\ + str.o\ HFILES=\ dat.h\ diff --git a/machines.c b/str.c similarity index 100% rename from machines.c rename to str.c