summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-02 00:29:35 -0400
committerJune McEnroe <june@causal.agency>2018-08-02 00:29:35 -0400
commit9df93e8301c987eeb5f2ce4c28ba150efa900b03 (patch)
tree41ac736ddc93cada06c0ebae7cb1472256aac604 /Makefile
downloadcatgirl-9df93e8301c987eeb5f2ce4c28ba150efa900b03.tar.gz
catgirl-9df93e8301c987eeb5f2ce4c28ba150efa900b03.zip
Start IRC client
It dumps lines from the server onto the curses window.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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
4d32b377d3f2fdd7ab3ca651be99408f5c32&follow=1'>t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer