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

all: caesar rot13

clean:
	rm -f caesar rot13

install: caesar rot13 caesar.6
	mkdir -p ~/.local/bin ~/.local/share/man/man6
	cp caesar rot13 ~/.local/bin
	cp caesar.6 ~/.local/share/man/man6
	cp caesar.6 ~/.local/share/man/man6/rot13.6
'2020-04-06 16:30:03 -0400'>2020-04-06Voice, devoice self on /voice, /devoice with no paramsJune McEnroe 2020-04-06Op, deop self on /op, /deop without paramsJune McEnroe 2020-04-06Bump URL ring sizeJune McEnroe Should it be even bigger? I don't know. 2020-04-06Add scroll position to status lineJune McEnroe 2020-04-06Implement split scrollingJune McEnroe 2020-04-05Error on missing MODE parametersJune McEnroe 2020-04-05Error on invalid ISUPPORT valuesJune McEnroe 2020-04-04Add note about symlinking /etc/ssl/cert.pemJune McEnroe 2020-04-03Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. 2020-04-03Only treat /open param as count if single digitJune McEnroe 2020-04-02Use a for loop for getoptJune McEnroe 2020-04-02Generate short option string with a loopJune McEnroe Also change the way option structs are initialized so that the array sorts the same way as the switch statement. 2020-04-02Do not add an extra blank line on uiLoadJune McEnroe Adding one for the last unread position now, so this is mostly redundant, I think. 2020-04-02Preserve the last blank line on reflowJune McEnroe 2020-04-02Switch to windows with ascending unread counts on M-aJune McEnroe