diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,8 +11,8 @@ include mk/c.mk include config.mk check: all - $(MAKE) -C libstd check $(MAKE) -C test check + $(MAKE) -C libstd check bench: all $(MAKE) -C bench bench |