summary refs log tree commit diff
path: root/port/cgram/Makefile
blob: 1a0b10c1648d8c5c31334edf19a8838de41a8358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LDLIBS = -lcurses

cgram:

clean:
	rm -f cgram

install: cgram cgram.6
	mkdir -p ~/.local/bin ~/.local/share/man/man6
	cp cgram ~/.local/bin
	cp cgram.6 ~/.local/share/man/man6
nize the Makefile for the umpteenth timeJune McEnroe Broke out LDLIBS for each bin, and made everything more uniform. 2020-01-28Change scout sensitivity to 1.4June McEnroe idk it seems to work. 2020-01-28Import shows.txtJune McEnroe