Fixed padding for looks
This commit is contained in:
parent
1774d35da2
commit
2fb1f6d812
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue