Codebase list big-cursor / 79a5acaa-654c-4a2c-9cb9-daa522290a12/main Makefile
79a5acaa-654c-4a2c-9cb9-daa522290a12/main

Tree @79a5acaa-654c-4a2c-9cb9-daa522290a12/main (Download .tar.gz)

Makefile @79a5acaa-654c-4a2c-9cb9-daa522290a12/mainraw · 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