diff options
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9ae27ca..4162d7a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -78,4 +78,5 @@ include deps.make prefix=/usr/local install: + install -d ${prefix}/bin/ install -t ${prefix}/bin/ $(wildcard ${PROGS}) |