From adb3ff3258884fec6d3718792d960bf63e5624f9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 20:29:26 +0200 Subject: Add gcc-{,less-}extreme{,-not-pedantic} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gcc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gcc/Makefile') diff --git a/gcc/Makefile b/gcc/Makefile index 2bd3e49..f114403 100644 --- a/gcc/Makefile +++ b/gcc/Makefile @@ -5,9 +5,18 @@ install: mkdir -p -- ~/.config/profile.d test ! -d ~/.config/profile.d/gcc ln -sf -- ~/.dotfiles/gcc/user-profile ~/.config/profile.d/gcc + mkdir -p -- ~/.local/bin + ln -sf -- ~/.dotfiles/gcc/gcc-extreme ~/.local/bin/ + ln -sf -- ~/.dotfiles/gcc/gcc-extreme-not-pedantic ~/.local/bin/ + ln -sf -- ~/.dotfiles/gcc/gcc-less-extreme ~/.local/bin/ + ln -sf -- ~/.dotfiles/gcc/gcc-less-extreme-not-pedantic ~/.local/bin/ uninstall: -unlink -- ~/.config/profile.d/gcc -rmdir -- ~/.config/profile.d + -unlink -- ~/.local/bin/ + -unlink -- ~/.local/bin/ + -unlink -- ~/.local/bin/ + -unlink -- ~/.local/bin/ .PHONY: install uninstall -- cgit v1.2.3-70-g09d2