diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,6 +6,9 @@ default: build $(TARGETS): $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ $(MAKECMDGOALS) + @$(MAKE) -C $@ $(MAKECMDGOALS) -.PHONY: $(TARGETS) $(SUBDIRS) +test: + @$(MAKE) -C test + +.PHONY: $(TARGETS) $(SUBDIRS) test |
