mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
pre scripts marked as skint scripts
This commit is contained in:
parent
9fd3e04956
commit
de3deba498
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env skint -s
|
||||
|
||||
;---------------------------------------------------------------------------------------------
|
||||
; Skint k.sf precursor compiler (k.sf => k.c)
|
||||
;---------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env skint -s
|
||||
|
||||
;---------------------------------------------------------------------------------------------
|
||||
; Skint n.sf precursor compiler (n.sf => n.c)
|
||||
;---------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env skint -s
|
||||
|
||||
;---------------------------------------------------------------------------------------------
|
||||
; Skint n.sf precursor compiler (n.sf => n.h)
|
||||
;---------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/env skint -s
|
||||
|
||||
;---------------------------------------------------------------------------------------------
|
||||
; Skint .scm precursors compiler (Limited Scheme => Serialized code as C data)
|
||||
;---------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue