Initial commit.
This commit is contained in:
10
alley-cat.setup
Normal file
10
alley-cat.setup
Normal file
@@ -0,0 +1,10 @@
|
||||
(compile -s -O2 -d1 alley-cat.scm -j alley-cat)
|
||||
(compile -s alley-cat.import.scm -O2 -d0)
|
||||
|
||||
(install-extension
|
||||
;; Name of your extension:
|
||||
'alley-cat
|
||||
;; Files to install for your extension:
|
||||
'("alley-cat.so" "alley-cat.import.so")
|
||||
;; Assoc list with properties for your extension:
|
||||
'((version "0.1.0")))
|
||||
Reference in New Issue
Block a user