Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
7a6f5eb6f0a93e908ef65b7b38de2d0b86956807
/
.
/
src
/
lisp
/
Jmk
blob: 5fc5fc4f3d4cbf9f0961647c84e3cf07d7cb2d32 [
file
] [
log
] [
blame
]
swissChili
7a6f5eb
2021-04-13 16:46:02 -0700
[
diff
] [
blame^
]
1
init
(
lisp
,
lisp
)
2
3
preset
(
optimize
)
4
preset
(
32
)
5
preset
(
debug
)
6
preset
(
warn
)
7
8
archetype
(
c
)
9
10
OBJECTS
=
main
.
o lisp
.
o
11
12
type
(
executable
)
13
14
run
:
lisp
15
status_log
(
RUN
,
./
lisp
)
16
@./
lisp
17
18
finish