Fixed padding for looks

This commit is contained in:
buffet 2018-10-18 23:16:17 +02:00
parent 1774d35da2
commit 2fb1f6d812

View file

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