Allow disposal at collection centers

This commit is contained in:
2022-07-29 10:22:03 -05:00
parent 57b7d09c08
commit e915a57e58
5 changed files with 70 additions and 17 deletions

View File

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