Skip to content

Commit

Permalink
fix makefile phony for nix in language tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 27, 2024
1 parent beea657 commit a144704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/language/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bun:
@echo test/language on JavaScript with Bun
cargo run --quiet -- test --target javascript --runtime bun

.phony: nix
.PHONY: nix
nix:
@echo test/language on Nix
cargo run --quiet -- test --target nix

0 comments on commit a144704

Please sign in to comment.