1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-23 06:35:34 +00:00

Remove stray trailing spaces.

This commit is contained in:
David Griffith 2019-01-02 21:31:52 -08:00
parent 41848c8ec4
commit 805b35f1de

View File

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