From 2fb1f6d812f11b2588f8527a42ef62619303af15 Mon Sep 17 00:00:00 2001 From: buffet Date: Thu, 18 Oct 2018 23:16:17 +0200 Subject: [PATCH] Fixed padding for looks --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0f2ecda..aff9bde 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,10 @@ SESRC := $(wildcard $(SRCPREFIX)/seed/*.c) $(SRCPREFIX)/common.c SEOBJ := $(SESRC:.c=.o) SETARGET = seed -SRC = $(KWSRC) $(SESRC) -OBJ = $(KWOBJ) $(SEOBJ) -DEPS = $(OBJ:.o=.d) -TARGETS = $(KWTARGET) $(SETARGET) +SRC = $(KWSRC) $(SESRC) +OBJ = $(KWOBJ) $(SEOBJ) +DEPS = $(OBJ:.o=.d) +TARGETS = $(KWTARGET) $(SETARGET) .PHONY: all nodoc doc install uninstall clean