mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Remove stray trailing spaces.
This commit is contained in:
parent
41848c8ec4
commit
805b35f1de
4
Makefile
4
Makefile
@ -43,7 +43,7 @@ DEFAULT = /etc/default
|
||||
CC = gcc
|
||||
HOSTCC = $(CC)
|
||||
CFLAGS = -O2 -Wall
|
||||
LDFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
IPCRM = /usr/bin/ipcrm
|
||||
|
||||
@ -85,7 +85,7 @@ ChangeLog:
|
||||
# Building
|
||||
#
|
||||
$(NAME).c: headers $(NAME).h
|
||||
|
||||
|
||||
$(BINARY): $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) $(EXTRA_LDFLAGS) $(OBJECTS) $(EXTRA_LIBS) -o $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user