blob: ce541b91da888fac45cf29fe92c6b99c36d111b2 (
plain) (
tree)
|
|
.POSIX:
install:
mkdir -p -- ~/.config/profile.d
test ! -d ~/.config/profile.d/gcc
ln -sf -- ~/.dotfiles/gcc/user-profile ~/.config/profile.d/gcc
uninstall:
-unlink -- ~/.config/profile.d/gcc
-rmdir -- ~/.config/profile.d
.PHONY: install uninstall
|