summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)"