summary refs log tree commit diff
path: root/rfc/Makefile
blob: ed89a4e4178ed1e23f2b95de4d534d94c000aa85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
tags: rfctags.pl
	perl rfctags.pl > $@

sync:
	rsync -z ftp.rfc-editor.org::rfcs-text-only/'rfc[0-9]*.txt' .

compress:
	gzip -9f *.txt

clean:
	rm -f *.txt *.txt.gz tags
June McEnroe 2018-07-23Use EV_SET in watchJune McEnroe 2018-07-23Link with -lcursesJune McEnroe 2018-07-22Fix scheme indentationJune McEnroe 2018-07-16Add -m option to glitchJune McEnroe 2018-07-16malloc deflate buffer in glitchJune McEnroe 2018-07-16malloc the deflate buffer in pngoJune McEnroe 2018-07-05Add shed bloodJune McEnroe