CFLAGS = nostackcheck structureequivalence ignore=73

all: easyintuition easyintuition37

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

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

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