PROGRAM = senssocHD
all : $(PROGRAM)

$(PROGRAM) : $(PROGRAM).asm
	phxass $(PROGRAM).asm I=include:

