diff options
Diffstat (limited to 'src/lua/Makefile')
| -rw-r--r-- | src/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/Makefile b/src/lua/Makefile index 1ec83706..cf5d31b6 100644 --- a/src/lua/Makefile +++ b/src/lua/Makefile @@ -17,10 +17,10 @@ $T: $(OBJS) $(LIB)/liblua.a $(LIB)/liblualib.a $(CC) -o $@ $(OBJS) -L$(LIB) -llua -llualib -lm $(LIB)/liblua.a: - cd ..; make + cd ..; $(MAKE) $(LIB)/liblualib.a: - cd ../lib; make + cd ../lib; $(MAKE) clean: rm -f $(OBJS) $T |
