CFLAGS = nostackcheck structureequivalence ignore=73

all: prefnotify showprefs

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

showprefs: showprefs.c
	sc link $(CFLAGS) nostartup data=far $@

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