changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: wiff

changeset 571: 35438b775bc4
parent 570: d1c75054df03
child 572: ce91ffc6cc7a
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 30 Jul 2024 21:57:02 -0400
files: skelfile
description: wiff
     1.1--- a/skelfile	Tue Jul 30 21:54:16 2024 -0400
     1.2+++ b/skelfile	Tue Jul 30 21:57:02 2024 -0400
     1.3@@ -25,11 +25,11 @@
     1.4         #$find emacs -name '*.elc' -type f -delete$#
     1.5         #$find lisp -name '*.fasl' -type f -delete$#
     1.6         #$echo 'cargo clean:' && cd rust && cargo clean$#)
     1.7- (build-tree-sitter-alien () #$cd lisp/ffi/tree-sitter &&
     1.8-                          clang -g -O2 -Wall -Wno-unused-value -ltree-sitter -shared \
     1.9-                          alien.c -o ../../../.stash/libtree-sitter-alien.so$#)
    1.10  (tree-sitter-alien ()
    1.11-                    (:install #$cp .stash/libtree-sitter-alien.so /usr/local/lib/$#))
    1.12+                    (:build () #$cd lisp/ffi/tree-sitter &&
    1.13+                            clang -g -O2 -Wall -Wno-unused-value -ltree-sitter -shared \
    1.14+                            alien.c -o ../../../.stash/libtree-sitter-alien.so$#)
    1.15+                    (:install () #$cp .stash/libtree-sitter-alien.so /usr/local/lib/$#))
    1.16  (psl.dat (%stash)
    1.17           (download "https://publicsuffix.org/list/public_suffix_list.dat" :output ".stash/psl.dat"))
    1.18  (parquet.thrift (%stash)
    1.19@@ -78,7 +78,6 @@
    1.20                      (ql:quickload :bin/packy)
    1.21                      (asdf:make :bin/packy))
    1.22                 #$mv lisp/bin/packy .stash/packy$#))
    1.23- (build (build-rdb build-skel build-organ build-homer build-packy))
    1.24  (compile () #$./x.lisp compile$#)
    1.25  (std () (:save () #$./x.lisp save std$#))
    1.26  (prelude ()