mirror of
https://github.com/janet-lang/janet
synced 2024-11-15 21:24:48 +00:00
8 lines
102 B
Clojure
8 lines
102 B
Clojure
(declare-project
|
|
:name "testmod")
|
|
|
|
(declare-native
|
|
:name "testmod"
|
|
:source @["testmod.c"])
|
|
|