pinky

simple and hopefully secure finger(1) replacement
git clone https://git.e1e0.net/pinky.git
Log | Files | Refs

Makefile (99B)


      1 PROG =		pinky
      2 
      3 SRCS +=		pinky.c
      4 CFLAGS +=	-Wall -Wextra -std=c11 -pedantic
      5 
      6 .include <bsd.prog.mk>