changeset 74:61fa01a1d081

make: fix dist target
author David Demelier <markand@malikania.fr>
date Fri, 31 Jan 2020 20:30:00 +0100
parents 3308328c84d6
children 6124d4d6746a
files CHANGES.md Makefile
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.md	Fri Jan 31 20:05:00 2020 +0100
+++ b/CHANGES.md	Fri Jan 31 20:30:00 2020 +0100
@@ -1,10 +1,14 @@
 NSnake CHANGES
 ==============
 
-nsnake current
+nsnake 3.0.0 ????-??-??
 -----------------------
 
-- Removal of non-POSIX err(3) functions.
+- Removal of non-POSIX err(3) functions,
+- Added a title screen,
+- Added a scores screen,
+- Simplified some parts of the code,
+- Changed scores format into plain text.
 
 nsnake 2.2.1 2020-01-26
 -----------------------
--- a/Makefile	Fri Jan 31 20:05:00 2020 +0100
+++ b/Makefile	Fri Jan 31 20:30:00 2020 +0100
@@ -66,7 +66,6 @@
 
 dist: clean
 	mkdir nsnake-${VERSION}
-	cp -R extern nsnake-${VERSION}
 	cp CHANGES.md INSTALL.md LICENSE.md README.md nsnake-${VERSION}
 	cp Makefile nsnake.6 nsnake.c nsnake-${VERSION}
 	tar -cJf nsnake-${VERSION}.tar.xz nsnake-${VERSION}