From 3f09c658a22caf560147351ae3354a8b7d9f7309 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 21:41:51 +0100 Subject: renamed the output binary Signed-off-by: Olivier Gayot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 743e0bc..e01cd74 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= gcc CFLAGS += -W -Wall -std=c99 -Wextra $(shell sdl-config --cflags) LDFLAGS += $(shell sdl-config --libs) -lSDL_image -lSDL_ttf -NAME = a.out +NAME = rpg SRC = $(wildcard *.c) all: depend $(NAME) -- cgit v1.2.3