diff options
author | sin <sin@2f30.org> | 2014-09-17 19:50:59 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-17 19:51:32 +0100 |
commit | e0cd01eef6b8f2d83e2ca3f4d87b015f2305b7db (patch) | |
tree | abde9a4037ab1c73bb9633543e294a4ed3ce1de4 /Makefile | |
parent | 3c390f75591337768bcd95f585d41ebdc822fb1b (diff) |
Rename ratatox to ratox
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" |