Ensure all utilities support `--help', `--version' and `--licence',
[sgt/utils] / Makefile
index a4a46c4..cbb0f20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = base64 cvt-utf8 xcopy
+SUBDIRS = base64 cvt-utf8 multi xcopy
 
 all:
        for i in $(SUBDIRS); do make -C $$i; done