aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $@ $?