Skip to content

Commit

Permalink
Change to build latest Lua under Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Mar 16, 2024
1 parent 83d1e65 commit 3eb7c74
Showing 1 changed file with 1 addition and 1 deletion.
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 3eb7c74

Please sign in to comment.