From fb85e44193defa49269164ce457f4c91d92d1528 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 Apr 2020 20:49:40 -0700 Subject: Use mask to call into make --- maskfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maskfile.md') diff --git a/maskfile.md b/maskfile.md index dbcaea9..bb2b568 100644 --- a/maskfile.md +++ b/maskfile.md @@ -7,7 +7,7 @@ These are my configuration files. > Use GNU Stow to install a configuration. ~~~bash -stow "$project" +make ${project}-install ~~~ ## uninstall (project) @@ -15,5 +15,5 @@ stow "$project" > Use GNU Stow to uninstall a configuration. ~~~bash -stow -D "$project" +make ${project}-uninstall ~~~ -- cgit v1.2.3-54-g00ecf