
all: txt2psf psf2txt

txt2font: txt2psf.c

font2txt: psf2txt.c

clean:
	rm txt2psf psf2txt; echo "clean :)"
