diff options
| author | Paolo Bosetti <[email protected]> | 2012-05-16 14:37:22 -0700 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-05-16 14:37:22 -0700 |
| commit | 0567ee03a50c81c2661455a9799e80bd57c26ba3 (patch) | |
| tree | 4358e9852a5e8248fc719828c58db5747f4ec489 | |
| parent | 576fdcdf6d70009fd20e1e5cff7d8337bc09448e (diff) | |
| parent | 3bbd82c2400d07c27a9959b959759657a8022f6d (diff) | |
| download | mruby-0567ee03a50c81c2661455a9799e80bd57c26ba3.tar.gz mruby-0567ee03a50c81c2661455a9799e80bd57c26ba3.zip | |
Merge branch 'master' into math_tests
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index 7f5c16980..8ee12dbf1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -66,10 +66,6 @@ endif ############################## # generic build targets, rules -.PHONY : all -all : $(LIBR) $(EXE) - @echo "make: built targets of `pwd`" - .PHONY : test all : $(LIBR) $(EXE) ./$(EXE) |
