diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-14 19:17:28 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-14 19:17:28 +0100 |
commit | aafd73e8a91f986f011338301adac09f046b745f (patch) | |
tree | 18dd96e0b70d4634c3d9e5abecfdbc3acf476c77 /Makefile | |
parent | e50e69e3799204958692e925af79f8f19e017a35 (diff) | |
download | luaotfload-aafd73e8a91f986f011338301adac09f046b745f.tar.gz |
[build] declare show and showtargets .PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)'." |