CFLAGS := -g -Wall

page-types: page-types.o

install: page-types
	cp -f page-types ../../bin

clean:
	rm -f page-types *.o
