CFLAGS = nostackcheck structureequivalence ignore=73

all: HotKey Broker

HotKey: HotKey.c
	sc link $(CFLAGS) HotKey.c

Broker: Broker.c
	sc link $(CFLAGS) Broker.c

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