diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ distclean: clean rm -f config.mak config.h install: $(PROGS) + mkdir -p $(prefix)/bin install -m 755 -s $(PROGS) $(prefix)/bin # various test targets |