Explorar o código

add test file to dist target

Jan Klemkow %!s(int64=5) %!d(string=hai) anos
pai
achega
0a2d1a06a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)