style(Makefile): padding

This commit is contained in:
Tom MTT. 2022-12-11 02:10:36 +01:00
parent 16f516d6ce
commit 0ccd538c97

View file

@ -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