From c95c5a0497649899e9fcf27de257e2d4b7f59386 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 23 Dec 2018 12:35:27 -0500 Subject: DRY --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5148697..b2d8a04 100755 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ global_symlink=$(bindir)/firefox .DEFAULT_GOAL = install -.PHONY: install $(desktop_file) $(global_symlink) alternatives beta nightly stable $(symlink) - -install: $(symlink) $(desktop_file) $(global_symlink) $(alternatives) +install_targets = $(symlink) $(global_symlink) $(desktop_file) $(alternatives) +.PHONY: install beta nightly stable $(install_targets) +install: $(install_targets) $(global_symlink): mkdir -p $(dir $@) -- cgit v1.2.3