From 0ccd538c97dc2835cd689745f2c0501963a0fff8 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Sun, 11 Dec 2022 02:10:36 +0100 Subject: [PATCH] style(Makefile): padding --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63f1195..b5878a6 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ include config.mk TARGET = feuille.com TARGET$(COSMO) = feuille -SRC = feuille.c util.c server.c bin.c -OBJ = $(SRC:%.c=%.o) +SRC = feuille.c util.c server.c bin.c +OBJ = $(SRC:%.c=%.o) all: $(TARGET) feuille.1 cgi