Browse Source

add test file to dist target

Jan Klemkow 5 years ago
parent
commit
0a2d1a06a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -34,7 +34,7 @@ distclean: clean
 dist: clean
 	mkdir -p scroll-$(VERSION)
 	cp -R README scroll.1 TODO Makefile config.mk config.def.h \
-		ptty.c scroll.c \
+		ptty.c scroll.c up.sh up.log \
 		scroll-$(VERSION)
 	tar -cf - scroll-$(VERSION) | gzip > scroll-$(VERSION).tar.gz
 	rm -rf scroll-$(VERSION)