about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-05-23T03·17-0700
committerclbot <clbot@tvl.fyi>2022-05-27T22·41+0000
commit534d7c34fccefbcedbf1d78f6d7e1f8677e326e8 (patch)
tree012dfc0752ac82d0712edc07a0c06ec420d9cc90
parente05e603201e5406f62c4790e2bf540cc97f55fa8 (diff)
chore(wpcarro): Drop Makefile r/4152
Thank you for your service

Change-Id: I2e13aa7c28f461e80bd7ffcbc13cbe79594e0aee
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5741
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
-rw-r--r--users/wpcarro/Makefile17
-rw-r--r--users/wpcarro/README.md1
2 files changed, 0 insertions, 18 deletions
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 <path-to-zip>`
   from the new machine.
-- Consult `Makefile`.