diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-17 05:59:31 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-17 05:59:31 +0900 |
| commit | 3bbd82c2400d07c27a9959b959759657a8022f6d (patch) | |
| tree | dc34ef1c6b119ccd950b3eb0d35d465fa7bb6859 | |
| parent | 4bd140e44a3dc6d6e2143dfaa4c5db9b7f2420b2 (diff) | |
| download | mruby-3bbd82c2400d07c27a9959b959759657a8022f6d.tar.gz mruby-3bbd82c2400d07c27a9959b959759657a8022f6d.zip | |
remove duplicated rule
| -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) |
