CFLAGS = nostackcheck structureequivalence ignore=73

all:	clonescreen doublebuffer dualplayfield newlookscreen \
	publicscreen pubscreenbeep screen34to37

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

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

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

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

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

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

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

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