aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-21 12:57:22 +0100
committerMattias Andrée <maandree@kth.se>2021-02-21 12:57:22 +0100
commitd6e8f8b7c2301aeb26248d337f45ac9c3e1bd972 (patch)
tree291845cba87e254d4ea8ede9416e2cda14e31d6e /Makefile
parentUpdate config.mk (diff)
downloadlibred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.gz
libred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.bz2
libred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7033e6d..04fd16d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ generate-table: generate-table.c blackbody.c 10deg-xy.i libred.h
$(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS)
.c.lo:
- $(CC) -fPIC -c -o $@ $< $(CPPFLAGS) $(CFLAGS)
+ $(CC) -fPIC -c -o $@ $< $(CPPFLAGS) $(CFLAGS)
libred.a: solar.o blackbody.o
$(AR) rc $@ $?