diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-02-23 19:58:08 -0500 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-02-23 19:58:08 -0500 |
commit | 14ea54572c7c46f86c990f5a22b3aab768e3d2be (patch) | |
tree | db0d2139ff7db286daccc207a455e626b4cdc0fc /Makefile | |
parent | 90ef85abfcb2d9af2ec37fd34de1c62f2fe150c6 (diff) | |
download | mc-14ea54572c7c46f86c990f5a22b3aab768e3d2be.tar.gz |
Add syserrno.myr.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ include mk/c.mk include config.mk check: all - $(MAKE) -C test check + $(MAKE) -C test check && \ $(MAKE) -C libstd check bench: all |