CC = inform
CFLAGS = +library -x 

all: stiffmst

stiffmst: stiffmst.inf
	$(CC) $(CFLAGS) stiffmst.inf
	chmod 755 stiffmst.z5
