[make] Don't try to guess OS

This commit is contained in:
2025-06-18 17:03:13 -04:00
parent bd4201027b
commit b69326ba18

View File

@ -4,9 +4,7 @@ OS_NAME := $(shell uname -s | tr A-Z a-z)
stow: stow:
stow -t ~ */ stow -t ~ */
@if [ OS_NAME = "linux" ]; then \ dconf load / < gnome/.local/share/custom-gconf.conf \
dconf load / < gnome/.local/share/custom-gconf.conf \
fi
deps: deps:
@echo "Installing software for ${OS_NAME} platform" @echo "Installing software for ${OS_NAME} platform"