CFLAGS = nostackcheck structureequivalence ignore=73

all: port1 port2

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

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

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