From 9df93e8301c987eeb5f2ce4c28ba150efa900b03 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 2 Aug 2018 00:29:35 -0400 Subject: Start IRC client It dumps lines from the server onto the curses window. --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..32b03e0 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +CFLAGS += -Wall -Wextra -Wpedantic +CFLAGS += -I/usr/local/include +LDFLAGS += -L/usr/local/lib +LDLIBS = -lcurses -ltls + +all: tags chat + +tags: *.c + ctags -w *.c + +clean: + rm -f tags chat -- cgit 1.4.1 form.submit();'> dontfiles
summary refs log tree commit diff
path: root/bin/man3 (unfollow)
Commit message (Collapse)Author
2020-05-13Remove gpg symlink from NetBSD installJune McEnroe
2020-05-11Add AutonomousJune McEnroe
Why do the bad guys get a happy ending though?
2020-05-08Move keyboard layout into a .bundleJune McEnroe
Based on Workman.bundle. This seems to make it stick, though I don't want to speak too soon.
2020-05-07Remove mkshJune McEnroe
2020-05-07Emulate 1sh prompts in bashJune McEnroe
2020-05-07Update nvim MANPAGERJune McEnroe
Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems.
2020-05-06Post "casual update"June McEnroe
2020-05-06Remove bman functionJune McEnroe/td>Christian Hesse
2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping
2014-06-28ui-log: ignore unhandled argumentsJohn Keeping
2014-06-28git: update for git 2.0Christian Hesse
2014-04-17remove trailing whitespaces from source filesChristian Hesse
2014-04-12git: update to 1.9.2Christian Hesse
2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice
2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld
2014-03-20git: update to 1.9.1Christian Hesse