commit cd7aae8fd432f78ba970edb1ca83eaa8df9491cd
parent a0fd325ea77a60c7992afeed48a1a4247dda5245
Author: Claudio Alessi <smoppy@gmail.com>
Date: Thu, 16 Sep 2021 16:22:32 +0200
Merge pull request #11 from bsprober/Makefile-fix
change README to README.md in Makefile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -32,7 +32,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p ${APPNAME}-${VERSION}
- @cp -R LICENSE Makefile README config.mk \
+ @cp -R LICENSE Makefile README.md config.mk \
${APPNAME}.1 ${SRC} ${APPNAME}-${VERSION}
@tar -cf ${APPNAME}-${VERSION}.tar ${APPNAME}-${VERSION}
@gzip ${APPNAME}-${VERSION}.tar