KSIC = xgcc

all: stdlib.o target_conf

target_conf: target_conf.in
	$(KSIC) -x ksi -o $@ -E $< 

%.o: %.ksi
	$(KSIC) -g -c $<
