summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt3
-rw-r--r--zp/GNUmakefile2
-rw-r--r--zp/include/zp/str.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7bb124c..de1edc7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -236,6 +236,9 @@
* Update logo colour;
+* Fix install target;
+* Fix comments;
+
# 0.0.2
* Migrate to CMake;
diff --git a/zp/GNUmakefile b/zp/GNUmakefile
index c0c2099..af90203 100644
--- a/zp/GNUmakefile
+++ b/zp/GNUmakefile
@@ -236,7 +236,7 @@ install: $(LIB)
mkdir -pvm755 "$(HDRDIR)/zp/prv"
mkdir -pvm755 "$(LIBDIR)"
install -vm644 "include/zp/"{"mem","mth","str","zp"}{"",".h"} "$(HDRDIR)/zp"
- install -vm644 "include/zp/det/"{"mem","mth","str","zp"}".ii" "$(HDRDIR)/zp/imp"
+ install -vm644 "include/zp/det/"{"mem","mth","str","zp"}".ii" "$(HDRDIR)/zp/det"
install -vm644 "include/zp/prv/"{"arc","chr","flt","imp","int","std","sys"}".h" "$(HDRDIR)/zp/prv"
install -vm755 "$(LIB)" "$(LIBDIR)"
diff --git a/zp/include/zp/str.h b/zp/include/zp/str.h
index 01de713..16c30a7 100644
--- a/zp/include/zp/str.h
+++ b/zp/include/zp/str.h
@@ -97,7 +97,7 @@ zp_nothw void zp_win1252dec(zp_c02 * zp_prv_rsr dst,zp_c8 const* zp_prv_rsr src
- z zp_siz
- ze zp_sizerr
*/
-//zp_nothw zp_siz zp_fmt(char * buf,char const* msg,...);
+/*zp_nothw zp_siz zp_fmt(char * buf,char const* msg,...);*/
zp_prv_cdeclend