diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-20 23:01:53 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-20 23:01:53 +0900 |
| commit | ec8f97d2a6facab56ff78cc62ebf1928d06bed4a (patch) | |
| tree | 7258ab7dbd4ee8accd60be574bde7f2c6b92f8af /Makefile | |
| parent | 54a921ba1b5fe474996f79246b4061b38dd7bb2c (diff) | |
| download | mruby-ec8f97d2a6facab56ff78cc62ebf1928d06bed4a.tar.gz mruby-ec8f97d2a6facab56ff78cc62ebf1928d06bed4a.zip | |
add "all" to test dependency
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ all : # mruby test .PHONY : test -test : +test : all @$(MAKE) -C test $(MAKE_FLAGS) # clean up |
