Normalized coding style.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5888 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a3c940e315
commit
635f22c058
1 changed files with 5 additions and 6 deletions
|
@ -29,9 +29,9 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Object files
|
# Object files
|
||||||
|
|
||||||
C_OBJS =
|
C_OBJS=
|
||||||
|
|
||||||
S_OBJS = crt0.o \
|
S_OBJS= crt0.o \
|
||||||
ctype.o
|
ctype.o
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
|
@ -45,4 +45,3 @@ clean:
|
||||||
@$(RM) $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
|
@$(RM) $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
|
||||||
|
|
||||||
zap: clean
|
zap: clean
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue