Codebase list big-cursor / HEAD Makefile
HEAD

Tree @HEAD (Download .tar.gz)

Makefile @HEADraw · history · blame

1
2
3
4
5
6
7
build:
	bdftopcf big-cursor.bdf > big-cursor.pcf

clean:
	rm -f big-cursor.pcf

.PHONY: build clean