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