packages feed

MiniAgda-0.2022.3.11: Makefile

install :
	cabal install

build :
	cabal build

test :
	cabal test

# EOF