Commit 9c0eb2d0 authored by Alejandro Mery's avatar Alejandro Mery
Browse files

tools: clear Makefile


Signed-off-by: default avatarAlejandro Mery <amery@geeks.cl>
parent 9f0bed69
...@@ -18,7 +18,6 @@ CFLAGS += $(INCLUDES) ...@@ -18,7 +18,6 @@ CFLAGS += $(INCLUDES)
DEPS := $(OBJDIR)/deps.mk DEPS := $(OBJDIR)/deps.mk
all: $(addprefix $(O)/,$(TOOLS)) all: $(addprefix $(O)/,$(TOOLS))
echo $^
clean: clean:
rm -vf $(DEPS) rm -vf $(DEPS)
......
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