From 7445de60cae38511ce03d3f49d52ed24d01a599e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 14 Nov 2018 13:23:42 -0500 Subject: [PATCH] fedora: Simplify Makefile Since dotfiles only change the functionality of existing programs, it is reasonable to stow everything at once for consistency between operating systems. --- .fedora/Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.fedora/Makefile b/.fedora/Makefile index 96459ea..c784dd1 100644 --- a/.fedora/Makefile +++ b/.fedora/Makefile @@ -1,19 +1,11 @@ THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST)) install=sudo dnf install --assumeyes copr=sudo dnf copr enable --assumeyes -make=$(MAKE) -C .. -makeh=$(MAKE) -f $(THIS_MAKEFILE) .PHONY: all all: - @${makeh} RPMs/muya.rpm - @${makeh} install - @${makeh} kitty - @${makeh} wal - @${makeh} crystal - @${makeh} rust - @${makeh} diff-so-fancy - @${makeh} dotfiles + @$(MAKE) -f $(THIS_MAKEFILE) RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy + @$(MAKE) -C .. .PHONY: rice rice: @@ -32,11 +24,6 @@ RPMs/muya.rpm: RPMs/muya.spec install: @${install} RPMs/muya.rpm -.PHONY: dotfiles -dotfiles: - @${make} package=tmux - @${make} package=fish - .PHONY: kitty kitty: @${copr} gagbo/kitty-latest