all:

test:
	@echo "export_abst:"
	@./test.sh

clean:
	@touch A.log A.out
	rm *.log *.out

distclean: clean
