gasm_test: gasm_test.o
	${CLINKER} -o $@ $^ ${PETSC_LIB}
	${RM} $^
clean::
	${RM} gasm_test

include ${PETSC_DIR}/conf/variables
include ${PETSC_DIR}/conf/rules

