CFLAGS = nostackcheck structureequivalence saveds ignore=73

all: CloneWB Pub ScreenDisplayModes

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

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

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

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