Skip to content

Commit

Permalink
chore: Move first-defined (default) target above includes
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 7, 2020
1 parent b079d91 commit 0c26f81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ GitVersion ?= $(FontVersion)-r$(shell git rev-list --count HEAD)-g$(shell git re
isTagged :=
endif

.PHONY: default
default: all

# Look for what fonts & styles are in this repository that will need building
FontBase = $(subst $(space),,$(FamilyName))

Expand Down Expand Up @@ -149,9 +152,6 @@ endif
endif
endif

.PHONY: default
default: all

.PHONY: debug
debug:
echo FONTSHIPDIR = $(FONTSHIPDIR)
Expand Down

0 comments on commit 0c26f81

Please sign in to comment.