gasm_test: gasm_test.o
	${CLINKER} -o $@ $^ ${PETSC_LIB}
	${RM} $^
clean::
	${RM} gasm_test
# PETSC_DIR= /Users/huizhang/Software/petsc-dev
# PETSC_ARCH= arch-darwin-c-debug
include $(PETSC_DIR)/conf/variables
include $(PETSC_DIR)/conf/rules

