
CFLAGS+=-g2 -Wall

all: print_key

clean:
	$(RM) -f print_key print_key.o

print_key: print_key.o
