Convert binary page-table arrays captured from hboot images to C-language structures
[pagetables.git] / Makefile
1 CC=gcc
2 CFLAGS=-Wall
3
4 PROG=pagetables
5
6 $(PROG): $(PROG).o
7
8 clean:
9         -rm $(PROG) $(PROG).o