CFLAGS = nostackcheck structureequivalence ignore=73

all: a2d hooks1 istr tag1 uptime

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

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

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

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

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

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