aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ba11628..5a16788 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -142,6 +142,11 @@ firefox-stow:
@echo "Error finding firefox default profile, can't stow" >&2
endif
+## Surfingkeys
+
+surfingkeys/surfingkeys.js: surfingkeys/surfingkeys.lisp
+ sbcl --eval '(require :asdf)' --eval '(require :parenscript)' --eval '(in-package :parenscript)' --eval '(with-open-file (str "$@" :direction :output :if-exists :overwrite :if-does-not-exist :create) (format str "~a" (ps-compile-file "$<")))' --eval '(sb-ext:exit)'
+
## Helper
%.el: %.org