added example artifacts for JPM-enabled build for Janet port of Scoundrel: project.janet and Makefile
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(declare-project
|
||||
:name "scoundrel"
|
||||
:description "A Janet port of Scoundrel roguelike solitaire game")
|
||||
|
||||
(declare-source
|
||||
:source ["scoundrel.janet"])
|
||||
|
||||
(declare-executable
|
||||
:name "scoundrel"
|
||||
:entry "scoundrel.janet"
|
||||
:install true)
|
||||
Reference in New Issue
Block a user