summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-02-14 19:17:28 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-02-14 19:17:28 +0100
commitaafd73e8a91f986f011338301adac09f046b745f (patch)
tree18dd96e0b70d4634c3d9e5abecfdbc3acf476c77 /Makefile
parente50e69e3799204958692e925af79f8f19e017a35 (diff)
downloadluaotfload-aafd73e8a91f986f011338301adac09f046b745f.tar.gz
[build] declare show and showtargets .PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26de3bc..d00b237 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ $(TDS_ZIP): $(DOCS) $(ALL_STATUS)
@cd $(TEXMFROOT) && zip -9 ../$@ -r . >/dev/null
@$(RM) -r -- $(TEXMFROOT)
-.PHONY: install manifest clean mrproper
+.PHONY: install manifest clean mrproper show showtargets
install: $(ALL_STATUS)
@echo "Installing in '$(TEXMFROOT)'."