diff options
author | akoshibe <akoshibe@eigenstate.org> | 2014-08-11 19:34:35 -0700 |
---|---|---|
committer | akoshibe <akoshibe@eigenstate.org> | 2014-08-11 19:34:35 -0700 |
commit | fb85c50fc2abd8ba903f72b59567b9e7f2e31c1c (patch) | |
tree | 2a2e9ba6dc1a2bcbf3fdd5deeb7a700d9a859937 /Makefile | |
parent | 0aa3e7655cfa6746288e89358d2d7e539efa641d (diff) | |
download | mc-fb85c50fc2abd8ba903f72b59567b9e7f2e31c1c.tar.gz |
more modifications for FreeBSD port
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ include mk/c.mk include config.mk check: all - make -C test check + $(MAKE) -C test check |