mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Makefile: remove echo action from all target
This commit is contained in:
@@ -36,7 +36,6 @@ ALL_CFLAGS = -Wall -Werror-implicit-function-declaration $(CFLAGS)
|
||||
|
||||
.PHONY : all
|
||||
all : $(TARGET)
|
||||
@echo "make: built targets of `pwd`"
|
||||
|
||||
# executable constructed using linker from object files
|
||||
$(TARGET) : $(OBJS) $(OBJY)
|
||||
|
||||
Reference in New Issue
Block a user