summaryrefslogtreecommitdiffstats
path: root/Makefile.st-doy2
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2021-03-02 10:52:02 -0800
committerJesse Luehrs <doy@tozt.net>2021-03-02 13:55:29 -0500
commit12e9b9c0cb462e77cdf450d9616d9860ead7867e (patch)
tree062e4f0f4db30a6c5fdc2aacc7b54024289c2bde /Makefile.st-doy2
parent6f1a9da97d46468ada900dbc4033f0ea6995258a (diff)
downloadconf-12e9b9c0cb462e77cdf450d9616d9860ead7867e.tar.gz
conf-12e9b9c0cb462e77cdf450d9616d9860ead7867e.zip
use the hammerspoon spaces module
Diffstat (limited to 'Makefile.st-doy2')
-rw-r--r--Makefile.st-doy26
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.st-doy2 b/Makefile.st-doy2
index d4b3106..e7bd455 100644
--- a/Makefile.st-doy2
+++ b/Makefile.st-doy2
@@ -10,7 +10,11 @@ EMPTYDIRS := \
INSTALL_CUSTOM := \
BUILD := \
- config/alacritty/alacritty.yml
+ 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