1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-24 20:33:14 +01:00

Fixed a bunch of bugs in TOXIC, added friendlist and more.

This commit is contained in:
plutooo
2013-07-30 12:47:40 -07:00
parent 4063f14f38
commit 31e49e2ec5
4 changed files with 239 additions and 45 deletions

View File

@@ -5,7 +5,8 @@ set(exe_name toxic)
add_executable(${exe_name}
main.c
prompt.c)
prompt.c
friendlist.c)
target_link_libraries(${exe_name}
curses)