Skip to content

Commit

Permalink
fix test_* recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 6, 2024
1 parent 9f46309 commit cff2846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ help:
test: ../LICENSE
@lua test.lua

test_%: test
test_%:
@$(MAKE) test $(MFLAGS)

.PHONY: clean
clean:
Expand Down

0 comments on commit cff2846

Please sign in to comment.