https://github.com/homalg-project/homalg_project
Raw File
Tip revision: 212abb49fc3e5c90244022e61a5054c2fa898a81 authored by Mohamed Barakat on 22 July 2017, 20:19:31 UTC
LaunchCAS_IO_ForHomalg now accepts a list of options as a 3rd argument
Tip revision: 212abb4
makefile
all: doc test

doc: 
	gap makedoc.g

docclean:
	(cd doc ; ./clean)

test:	doc
	gap -b maketest.g

.PHONY: all doc docclean test
back to top