summaryrefslogtreecommitdiffstats
path: root/Makefile.st-doy2
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-27 20:37:30 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-27 20:37:30 -0500
commitffc6b6e8165518808ff31192920c80ec638ae3bb (patch)
tree8a336ef3e9c9166d85b4790844a9f017e398e10e /Makefile.st-doy2
parent138ad2385fad783583c045b3cf516fe0b94b9320 (diff)
downloadconf-ffc6b6e8165518808ff31192920c80ec638ae3bb.tar.gz
conf-ffc6b6e8165518808ff31192920c80ec638ae3bb.zip
remove a bunch of unused stuff
Diffstat (limited to 'Makefile.st-doy2')
-rw-r--r--Makefile.st-doy220
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.st-doy2 b/Makefile.st-doy2
deleted file mode 100644
index e7bd455..0000000
--- a/Makefile.st-doy2
+++ /dev/null
@@ -1,20 +0,0 @@
-INSTALL := \
- .config/alacritty/alacritty.yml \
- .config/karabiner \
- .hammerspoon \
- .skhdrc \
- .yabairc
-
-EMPTYDIRS := \
-
-INSTALL_CUSTOM := \
-
-BUILD := \
- config/alacritty/alacritty.yml \
- hammerspoon/hs/_asm/undocumented/spaces/internal.so
-
-config/alacritty/alacritty.yml : config/alacritty/alacritty.yml.st-doy2
- $(LN) $(notdir $<) $@
-
-hammerspoon/hs/_asm/undocumented/spaces/internal.so :
- cd hammerspoon/src/spaces && PREFIX=$(HOME)/conf/hammerspoon make install