Allow plants to store input material for later years

This commit is contained in:
2020-10-29 15:23:40 -05:00
parent be5e09a4ec
commit a518e3d3d6
14 changed files with 257 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
JULIA := julia --color=yes --project=@.
SRC_FILES := $(wildcard src/*.jl test/*.jl)
VERSION := 0.4
VERSION := 0.5
all: docs test