Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Dec 27, 2024
1 parent a3a85fe commit d98cb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ test:
else \
echo "Running Lua tests ..."; \
for file in $(TEST_LUA_FILES); do \
echo "Running $$file..."; \
echo " - $$file..."; \
$$luaver $$file || exit 1; \
done; \
echo "Running Equinox tests ..."; \
for file in $(TEST_EQX_FILES); do \
echo "Running $$file..."; \
echo " - $$file..."; \
$$luaver $(EQUINOX) $$file || exit 1; \
done; \
fi; \
Expand Down
2 changes: 1 addition & 1 deletion repl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local compiler = require("compiler")
compiler:eval_file("lib.eqx")

print("Welcome to the Delta Quadrant on Equinox (" .. _VERSION .. ")")
print("Engage warp speed and may your stack never overflow.")
print("Engage warp speed and may your stack never overflow.\n")

while true do
io.write("# ")
Expand Down

0 comments on commit d98cb67

Please sign in to comment.