diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 843220dc..1ac2ab85 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,8 +46,8 @@ SLIB= $(LIB)/liblua.a all: $(SLIB) $(SLIB): $(OBJS) - ar rcuv $@ $(OBJS) - ranlib $@ + ar rcu $@ $(OBJS) + $(RANLIB) $@ clean: rm -f $(OBJS) $(SLIB) |
