diff options
author | June McEnroe <june@causal.agency> | 2020-05-03 19:32:55 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-03 19:43:45 +0000 |
commit | 15a24186b08a81cd5cad12460e23f2952575d979 (patch) | |
tree | 3eccfaae2e59b993a8f86583bbd3be3625a2f1c9 /Makefile | |
parent | Fetch manNN.tgz and compNN.tgz for OpenBSD (diff) | |
download | exman-15a24186b08a81cd5cad12460e23f2952575d979.tar.gz exman-15a24186b08a81cd5cad12460e23f2952575d979.zip |
Add exman script
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 226657a..5c9b086 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SYSTEMS += netbsd SYSTEMS += openbsd SYSTEMS += posix -all: ${SYSTEMS} +all: exman ${SYSTEMS} .SUFFIXES: .tar .url |