style(Makefile): padding
This commit is contained in:
parent
16f516d6ce
commit
0ccd538c97
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Reference in a new issue