Skip to content

Commit 3a73c96

Browse files
committed
Use rule depends instead of "make xxxxx" command
1 parent c5ac3f2 commit 3a73c96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ clean:
2121
#
2222
# for an example of using a script like this with the 'git bisect run'
2323
# command.
24-
test:
25-
make clean
26-
make all
24+
test: clean all
2725
$(EMACS) -Q -batch -L . -l php-mode-test.el -f ert-run-tests-batch-and-exit
2826

2927
.PHONY: all clean test

0 commit comments

Comments
 (0)