diff options
| author | 2025-06-10 17:37:17 -0700 | |
|---|---|---|
| committer | 2025-06-10 17:37:17 -0700 | |
| commit | d66567550a107ebd904c916aeeb921fe41213684 (patch) | |
| tree | 57c1beeb4f421b3706e2d29090e288a03776e3de /GNUmakefile | |
| parent | f1dd97d9348851ca418b90833284226a755d8631 (diff) | |
| download | new-dotfiles-d66567550a107ebd904c916aeeb921fe41213684.tar.gz new-dotfiles-d66567550a107ebd904c916aeeb921fe41213684.zip | |
Revert "Surfingkeys: Generate config from lisp"
This reverts commit 8b838f0a7bb2a988d4c226e64da2067e989885ef.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
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 |
