diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-07-26 21:03:35 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-07-26 21:03:35 -0400 |
| commit | 1d151651323894437cc7cfb3895f2f7e651c5294 (patch) | |
| tree | 55a931beee541eec18563cfaab9c2b694376d074 | |
| parent | 0b7dbc419e470f5bcd190e8ffc2917984226a7ea (diff) | |
add pinky
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | pinky | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ sync base64 factor nproc +pinky printenv readlink seq @@ -1,6 +1,6 @@ .POSIX: -PROGRAMS=arch base64 factor hostid mktemp nproc printenv readlink \ +PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \ seq stdbuf sync tac uptime users vdir yes all: $(PROGRAMS) |
