CFLAGS = nostackcheck structureequivalence saveds ignore=88

all: dos_calls exall pattern readargs

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

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

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

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

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