PROGS = setkbd loadfont font dumpfont makefont
CFLAGS = -s -N

all: $(PROGS)

install:
	cp $(PROGS) setfont /usr/bin

clean:
	/bin/rm $(PROGS)
