CFLAGS = nostackcheck structureequivalence ignore=73

all: allocate allocentry

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

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

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