Skip to content

Commit

Permalink
Undo unnecessary change to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed Sep 18, 2024
1 parent c5ce996 commit d77fbe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
# These are only used when this Makefile is run manually. You should only be
# doing that for `make clean`. Use `luarocks` for everything else.

# Override `LUAROCKS` to use a virtual environment. For example, if you have Lua
# installed in `.venv` you can do `make LUAROCKS=.venv/bin/luarocks` to run all
# commands using that installation. Honestly, though, you should be using LR to
# invoke the build and test commands, not running them directly in here.

LUAROCKS = luarocks
get_luarocks_var = $(shell $(LUAROCKS) config variables.$1)

Expand Down

0 comments on commit d77fbe6

Please sign in to comment.