diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-12 17:22:36 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-12 17:22:36 +0900 |
| commit | c1387b86e40b310a0904ce76eae3b92eb1dd12a5 (patch) | |
| tree | a696876d48d0b229418b17320c7f121069ab542d /Makefile | |
| parent | 0ff251438cf0fac727da8e8d99071cbdf46e7cfe (diff) | |
| download | mruby-c1387b86e40b310a0904ce76eae3b92eb1dd12a5.tar.gz mruby-c1387b86e40b310a0904ce76eae3b92eb1dd12a5.zip | |
Makefile: add all to test dependency
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ all : $(RAKE) .PHONY : test -test : +test : all $(RAKE) test .PHONY : clean |
