all: wait-signal pipe threads wait-signal-1 passstr

%: %.c
	$(CC) -Wall $< -o $@

clean:
	rm -f wait-signal pipe threads passstr wait-signal-1
