CFLAGS = nostackcheck structureequivalence ignore=73

all: eventloop

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

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