distinguish json from card file to card file

This commit is contained in:
2022-11-02 21:27:34 +00:00
parent af44e9e09b
commit 5dc2b99528
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
(loadFrom "kiss-spaced-rep" "src/kiss_spaced_rep/KSR.kiss")
(savedVarFile (#value "cards"))
(load (#value "cards"))
(studyAll)

View File

@@ -1,3 +1,3 @@
#! /bin/bash
haxe build.hxml
haxe -D cards=$(pwd)/examples/Nonsense.kiss build.hxml