summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-04 08:25:19 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-04 08:25:19 +0100
commitd9f44196ac44f94ade33a3ea296e607c247f0e1d (patch)
tree5783366cc6afde2e74402545be846f3c57a78f1b
parentd7c0d5b278373f30d1183c4a5e09074d2cf5b5de (diff)
downloadttf2f-d9f44196ac44f94ade33a3ea296e607c247f0e1d.tar.gz
ttf2f-d9f44196ac44f94ade33a3ea296e607c247f0e1d.tar.bz2
Explain why we redefine the "all" target.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f93e11..824b3b2 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ $(BUILDDIR)/!Help: riscos/Help
endif
+# Redefine the default target so our new POST_TARGETS take effect
all: $(PRE_TARGETS) $(OUTPUT) $(POST_TARGETS)
# Extra installation rules