commit f2fd65b021ebfd8bc2b68d331ebed8519a4b28c4
parent cd5515c8b9aa3eb0fbb3829fd2f2111c1f219eb4
Author: sin <sin@2f30.org>
Date: Tue, 17 Jun 2014 14:54:26 +0100
Align separators in Makefile
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
@@ -4,19 +4,19 @@ include config.mk
.SUFFIXES: .c .o
LIB = \
- db.o \
- ealloc.o \
+ db.o \
+ ealloc.o \
eprintf.o \
strlcat.o \
strlcpy.o
SRC = \
- infopkg.c \
+ infopkg.c \
installpkg.c \
removepkg.c
SHPROG = \
- fetchpkg \
+ fetchpkg \
searchpkg
OBJ = $(SRC:.c=.o) $(LIB)