
all:	ahjut

ahjut:	ahjut.o block.o xn_xx.o xn_xx.h
	cc -o ahjut ahjut.o block.o xn_xx.o

clean:
	/bin/rm *.o ahjut
	
.c.o:

