CFLAGS = nostackcheck structureequivalence ignore=73

all: changehook_test clipdemo

changehook_test: changehook_test.c cbio.c hookface.a
	sc link $(CFLAGS) saveds changehook_test.c cbio.c hookface.a

clipdemo: clipdemo.c cbio.c
	sc link $(CFLAGS) saveds clipdemo.c cbio.c

clean:
	-delete \#?.(o|lnk)
