all: buf pointers

buf: buf.c
	g++ -o buf buf.c

pointers: pointers.c
	g++ -o pointers pointers.c

sigtest: sigtest.c
	g++ -o sigtest sigtest.c
