Commit 3bbd82c2 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove duplicated rule

parent 4bd140e4
...@@ -66,10 +66,6 @@ endif ...@@ -66,10 +66,6 @@ endif
############################## ##############################
# generic build targets, rules # generic build targets, rules
.PHONY : all
all : $(LIBR) $(EXE)
@echo "make: built targets of `pwd`"
.PHONY : test .PHONY : test
all : $(LIBR) $(EXE) all : $(LIBR) $(EXE)
./$(EXE) ./$(EXE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment