aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-11-22 23:42:12 -0800
committerGravatar Tom Willemse2024-11-22 23:42:12 -0800
commit2cd30670d8395dc832747a4a0295ffd1bfb256b4 (patch)
tree206070b22dd72830ed06ee0c4c1f3e6e60cad122 /GNUmakefile
parent3e149fff6c03967d31e073f612bc40135d5a04a9 (diff)
downloadnew-dotfiles-2cd30670d8395dc832747a4a0295ffd1bfb256b4.tar.gz
new-dotfiles-2cd30670d8395dc832747a4a0295ffd1bfb256b4.zip
Fix rincewind configuration
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 15c6712..ba11628 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -163,6 +163,8 @@ endif
check:
$(SCHEME_IMPLEMENTATION) --no-auto-compile test.scm
+new-dotfiles:
+
# Local Variables:
# outline-regexp: "##+"
# End: