CFLAGS = nostackcheck structureequivalence ignore=73

all: semaphore

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

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