Skip to content

Commit

Permalink
Change to make latest Lua build under Linux, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Mar 16, 2024
1 parent 37ceafa commit a9bef8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RunCPM/Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LDFLAGS = -lm -ldl
OBJS = main.o lua/liblua.a

# Lua building
LUABUILD = $(MAKE) -C lua macosx
LUABUILD = $(MAKE) -C lua
LUACLEAN = $(MAKE) -C lua clean

# Clean up program
Expand Down
2 changes: 1 addition & 1 deletion RunCPM/Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LDFLAGS = -mconsole -lm -ldl
OBJS = main.o lua/liblua.a

# Lua building
LUABUILD = $(MAKE) -C lua mingw
LUABUILD = $(MAKE) -C lua
LUACLEAN = $(MAKE) -C lua clean

# Clean up program
Expand Down
2 changes: 1 addition & 1 deletion RunCPM/Makefile.msys2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LDFLAGS = -lm
OBJS = main.o lua/liblua.a

# Lua building
LUABUILD = $(MAKE) -C lua mingw
LUABUILD = $(MAKE) -C lua
LUACLEAN = $(MAKE) -C lua clean

# Clean up program
Expand Down
2 changes: 1 addition & 1 deletion RunCPM/Makefile.posix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LDFLAGS = -lm -ldl
OBJS = main.o lua/liblua.a

# Lua building
LUABUILD = $(MAKE) -C lua linux
LUABUILD = $(MAKE) -C lua
LUACLEAN = $(MAKE) -C lua clean

# Clean up program
Expand Down

0 comments on commit a9bef8d

Please sign in to comment.