aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-07-22 21:12:45 -0700
committerGravatar Tom Willemse2022-07-22 21:12:45 -0700
commite8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e (patch)
tree749343a36b3e08e8fc8acb52b0cae352e8d3067e /GNUmakefile
parent7957b236de1638fdcc1c9d16780c463defd8f961 (diff)
downloadnew-dotfiles-e8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e.tar.gz
new-dotfiles-e8cdf76fbfaa6bd6c79b7a44a22e277c62781c9e.zip
Move a couple of keybindings to herbstluftwm
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2f5d0e8..f368adb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -143,6 +143,9 @@ nyxt: nyxt/.config/nyxt/init.lisp
%.zwc: %
zsh -c "zcompile $@ $^"
+check:
+ $(SCHEME_IMPLEMENTATION) --no-auto-compile test.scm
+
# Local Variables:
# outline-regexp: "##+"
# End: