From 534d7c34fccefbcedbf1d78f6d7e1f8677e326e8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 22 May 2022 20:17:06 -0700 Subject: chore(wpcarro): Drop Makefile Thank you for your service Change-Id: I2e13aa7c28f461e80bd7ffcbc13cbe79594e0aee Reviewed-on: https://cl.tvl.fyi/c/depot/+/5741 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/Makefile | 17 ----------------- users/wpcarro/README.md | 1 - 2 files changed, 18 deletions(-) delete mode 100644 users/wpcarro/Makefile (limited to 'users') diff --git a/users/wpcarro/Makefile b/users/wpcarro/Makefile deleted file mode 100644 index 4e3361b800..0000000000 --- a/users/wpcarro/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -install-cli-tools: - nix-env -f "${BRIEFCASE}" -iA shared.cliTools - -install-configs: - nix-build -A configs.install && \ - ./result && \ - rm ./result - -uninstall-configs: - nix-build -A configs.uninstall && \ - ./result && \ - rm ./result - -list-broken-links: - nix-build -A tools.symlinkManager && \ - ./result/bin/symlink-mgr -audit && \ - rm ./result diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md index fdc885be20..7347c516c0 100644 --- a/users/wpcarro/README.md +++ b/users/wpcarro/README.md @@ -43,4 +43,3 @@ Below I have outlined a few projects that you might find interesting. - old computer: `configs/.gnupg/export.sh $outdir` - new computer: `configs/.gnupg/import.sh ` from the new machine. -- Consult `Makefile`. -- cgit 1.4.1