commit b75991b03b027ec26f6d953ac99f8822506d4430 from: Alexander Arkhipov date: Fri Oct 21 16:47:26 2022 UTC improve Makefile's portability commit - 7ce656b905f886c8e023e5629d04774a28857422 commit + b75991b03b027ec26f6d953ac99f8822506d4430 blob - 268d7060021a037fada49fd98bffd94422ece504 blob + 12c06d56bae93d033743bf40f46d7bc67daeca21 --- config.mk +++ config.mk @@ -2,6 +2,8 @@ VERSION = 0.2.2 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man +# Linux +#MANPREFIX = $(PREFIX)/share/man CC = cc CFLAGS = -std=c99 -Wall -pedantic