1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00
janet/test/install/project.janet
2019-05-28 12:59:21 -04:00

8 lines
102 B
Clojure

(declare-project
:name "testmod")
(declare-native
:name "testmod"
:source @["testmod.c"])