CFLAGS = nostackcheck structureequivalence ignore=73

all: lines openwindowtags visiblewindow winpubscreen

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

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

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

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

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