KSIC = ../../xgcc -B../../ -g

all: 
	$(KSIC) test.ksi
	@echo
	@./a.out
	@echo
	$(KSIC) -O3 test.ksi
	@echo
	@./a.out
	@echo
	@rm -f a.out test.s
