diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:57:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:57:22 +0100 |
commit | d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972 (patch) | |
tree | 291845cba87e254d4ea8ede9416e2cda14e31d6e | |
parent | Update config.mk (diff) | |
download | libred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.gz libred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.bz2 libred-d6e8f8b7c2301aeb26248d337f45ac9c3e1bd972.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $? |