diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,5 +12,6 @@ subdirs: install: all mkdir -p $(DESTDIR) - cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR) + cp -a anaconda comps.py gui.py image.py text.py todo.py \ + syslog.py $(DESTDIR) for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done |