1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-22 19:27:43 +00:00

Change test-install

This commit is contained in:
Calvin Rose
2019-05-28 12:59:21 -04:00
parent 09ab391d13
commit f12f896020
5 changed files with 12 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
(declare-project
:name "testmod")
(declare-native
:name "testmod"
:source @["testmod.c"])