Skip to content

Commit

Permalink
Add quotes to make command in Makefile for Windows setups
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 13, 2024
1 parent 668d224 commit 1fb6d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ endif

.PHONY: test
test:
-@${MAKE} test-prep --no-print-directory
-@${MAKE} test-run --no-print-directory
-@${MAKE} test-clean --no-print-directory
-@"${MAKE}" test-prep --no-print-directory
-@"${MAKE}" test-run --no-print-directory
-@"${MAKE}" test-clean --no-print-directory

.PHONY:
test-run:
Expand Down

0 comments on commit 1fb6d38

Please sign in to comment.