This commit is contained in:
2023-11-29 11:09:01 -05:00
parent 2899604bdc
commit df40d3a4c0
4 changed files with 5 additions and 2 deletions

View File

@@ -7,3 +7,5 @@ all:
install:
install src/libcsvparser.a $(PREFIX)/lib
install src/csvparser.h $(PREFIX)/include
install -g 0 -o 0 -m 0644 man/libcsvparser.3 $(PREFIX)/share/man/man3
gzip /usr/local/man/man3/libcsvparser.3