From e0cd01eef6b8f2d83e2ca3f4d87b015f2305b7db Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 17 Sep 2014 19:50:59 +0100 Subject: Rename ratatox to ratox --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46cc224..21a5e40 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk .POSIX: .SUFFIXES: .c .o -SRC = ratatox.c +SRC = ratox.c OBJ = $(SRC:.c=.o) BIN = $(SRC:.c=) @@ -11,7 +11,7 @@ BIN = $(SRC:.c=) all: options bin options: - @echo ratatox build options: + @echo ratox build options: @echo "CFLAGS = $(CFLAGS)" @echo "LDFLAGS = $(LDFLAGS)" @echo "CC = $(CC)" -- cgit v1.2.3