diff options
Diffstat (limited to 'protocols/Makefile')
| -rw-r--r-- | protocols/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Makefile b/protocols/Makefile new file mode 100644 index 0000000..72cada2 --- /dev/null +++ b/protocols/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = `ls -1` + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done |
