CFLAGS = nostackcheck structureequivalence

all: scdemo

scdemo: scdemo.c
	sc link $(CFLAGS) $@.c

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