diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-25 16:42:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-25 16:42:47 +0200 |
commit | fb0db5d269ff178322dc23ae6c18049f3f8b9772 (patch) | |
tree | 0d716908ea2b33adb4853491e3c5d8a3d9cb6f6b /grep | |
parent | m (diff) | |
download | dotfiles-fb0db5d269ff178322dc23ae6c18049f3f8b9772.tar.gz dotfiles-fb0db5d269ff178322dc23ae6c18049f3f8b9772.tar.bz2 dotfiles-fb0db5d269ff178322dc23ae6c18049f3f8b9772.tar.xz |
Let main Makefile select package manager
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'grep')
-rw-r--r-- | grep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grep/Makefile b/grep/Makefile index 6c0d4e8..e3299e4 100644 --- a/grep/Makefile +++ b/grep/Makefile @@ -1,4 +1,5 @@ .POSIX: +include ../common.mk install: mkdir -p -- ~/.config/bash/aliases.d |