forked from extern/nix-config
fedora: Fix make all target
As far as I know this is the proper way to run other make targets from the same Makefile.
This commit is contained in:
parent
72b2df5864
commit
b6f46ad1e8
@ -1,11 +1,8 @@
|
||||
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||
install=sudo dnf install --assumeyes
|
||||
copr=sudo dnf copr enable --assumeyes
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
@$(MAKE) -f $(THIS_MAKEFILE) rice RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy
|
||||
@$(MAKE) -C ..
|
||||
all: rice RPMs/muya.rpm install kitty wal crystal rust diff-so-fancy
|
||||
|
||||
.PHONY: rice
|
||||
rice:
|
||||
|
@ -19,6 +19,9 @@ sudo -n dnf install -y make fedpkg
|
||||
# Run make
|
||||
make
|
||||
|
||||
# Install dotfiles
|
||||
make -C ..
|
||||
|
||||
# Change the color scheme to a sane default
|
||||
wal --theme base16-tomorrow-night
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user