summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcd815a04..af14dad01 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ subdirs:
install: all
mkdir -p $(DESTDIR)
- cp -a anaconda comps.py gui.py image.py text.py $(DESTDIR)
+ cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done