aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5a16788..ba11628 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -142,11 +142,6 @@ 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