index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
.config
/
X
/
resources
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
class="St">/include
LDFLAGS
+=
-L
${LIBRESSL_PREFIX}
/lib
CFLAGS
+=
-std=c11
-Wall
-Wextra
-Wpedantic
LDLIBS
=
-lcurses
-lcrypto
-ltls
OBJS
+=
chat.o
OBJS
+=
command.o
OBJS
+=
config.o
OBJS
+=
edit.o
OBJS
+=
handle.o
OBJS
+=
irc.o
OBJS
+=
ui.o
dev
:
tags
all
all
:
catgirl
catgirl
:
${OBJS}
${CC}
${LDFLAGS}
${OBJS}
${LDLIBS}
-o
$@
${OBJS}
:
chat.h
tags
:
*.h
*.c
ctags -w *.h *.c
clean
:
rm -f tags catgirl
${OBJS}