about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-02 17:57:33 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-02 17:57:33 +0100
commitc1ac3eb45e9211189581d99398016821649ac644 (patch)
tree2b5dd4417eefab2c568b94fc054d32c3aeb3a974 /Makefile
parent5b1812e85743e196c281d70483ef646aa53ef489 (diff)
downloadxombrero-c1ac3eb45e9211189581d99398016821649ac644.tar.gz
Add history.c and completion.c...
... and move history and completion related functions to them.

ok marco@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cda17c2..f447ea2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROG=xxxterm
 MAN=xxxterm.1
 
 SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c inputfocus.c
-SRCS+= xxxterm.c
+SRCS+= history.c completion.c xxxterm.c
 CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused
 CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare
 DEBUG= -ggdb3