CFLAGS = nostackcheck structureequivalence ignore=73

all: buildlist

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

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