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