1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 04:56:36 +02:00

put string helpers in own file

This commit is contained in:
Jfreegman
2013-12-10 03:03:45 -05:00
parent 44d9f7fe61
commit ccc0640dab
7 changed files with 205 additions and 199 deletions

View File

@ -23,7 +23,9 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
$(top_srcdir)/src/execute.c \
$(top_srcdir)/src/execute.h \
$(top_srcdir)/src/misc_tools.c \
$(top_srcdir)/src/misc_tools.h
$(top_srcdir)/src/misc_tools.h \
$(top_srcdir)/src/toxic_strings.c \
$(top_srcdir)/src/toxic_strings.h
toxic_CFLAGS = -I$(top_srcdir) \
$(NCURSES_CFLAGS) \