commit 9af3b7e6e6a5782416fd5471fdc204122ad847cd
parent 0d7bb07c83f63be2d72de0482b87246e7c36e49b
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 18 Jul 2016 17:14:54 +0200
Removing whitespace and empty file
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -8,13 +8,13 @@
# #
# GBAconv is released under the BSD 3-Clause license. #
# See LICENSE file for details. #
-# #
+# #
###############################################################################
CC = gcc
TARGET = all
-CFLAGS = -Wall -ansi -pedantic
+CFLAGS = -Wall -ansi -pedantic
all :
$(CC) $(CFLAGS) -o pcx2gba pcx2gba.c
diff --git a/README b/README