Skip to content

Commit 05bb425

Browse files
author
Paul Miller
committed
goom
1 parent 831e8dd commit 05bb425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
PY := $(shell which python3)
33

4-
MAKE_AGAIN := make --no-print-directory
4+
imake := make --no-print-directory
55

66
default:
7-
@+ $(MAKE_AGAIN) install-reqs
8-
@+ $(MAKE_AGAIN) version
9-
@+ $(MAKE_AGAIN) test
7+
@+ $(imake) install-reqs
8+
@+ $(imake) version
9+
@+ $(imake) test
1010

1111
include mk/*.mk
1212

0 commit comments

Comments
 (0)