parent
8bf30d3df1
commit
0243c0d394
6 changed files with 22 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
SUBDIRS := bugs features legacy misc
|
||||
|
||||
all: $(SUBDIRS) |
||||
|
||||
$(SUBDIRS): |
||||
$(MAKE) -C $@
|
||||
|
||||
.PHONY: all $(SUBDIRS) |
||||
|
||||
@ -0,0 +1 @@ |
||||
all: spam-stderr |
||||
@ -0,0 +1 @@ |
||||
all: signaltests |
||||
@ -0,0 +1 @@ |
||||
all: audit quote |
||||
@ -0,0 +1 @@ |
||||
all: ripple |
||||
Loading…
Reference in new issue