1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-02 01:53:15 +00:00
janet/test/install/project.janet

11 lines
168 B
Plaintext
Raw Normal View History

2019-05-28 16:59:21 +00:00
(declare-project
:name "testmod")
(declare-native
:name "testmod"
:source @["testmod.c"])
(declare-executable
:name "testexec"
:entry "testexec.janet")