summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-17 19:50:59 +0100
committersin <sin@2f30.org>2014-09-17 19:51:32 +0100
commite0cd01eef6b8f2d83e2ca3f4d87b015f2305b7db (patch)
treeabde9a4037ab1c73bb9633543e294a4ed3ce1de4 /Makefile
parent3c390f75591337768bcd95f585d41ebdc822fb1b (diff)
Rename ratatox to ratox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)"