# Makefile to build the man clone.

CC = gcc
CFLAGS = -Wall -O2 -g

default: man

man: man.c
