Skip to content

Commit a44af00

Browse files
authored
Merge pull request #120 from q384566678/make-default
Makefile: suitable "default" target
2 parents c8b6a5c + 73612c2 commit a44af00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TOOLS := \
1010
oci-unpack
1111
MAN := $(TOOLS:%=%.1)
1212

13-
default: help
13+
default: all
1414

1515
help:
1616
@echo "Usage: make <target>"

0 commit comments

Comments
 (0)