Skip to content
Snippets Groups Projects
Commit 94f61429 authored by Michael Jones's avatar Michael Jones Committed by Wolfgang Denk
Browse files

mvblx: punt unused clean/distclean targets

parent 068f158f
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,6 @@ CFLAGS += -Werror
$(LIB): $(obj).depend $(OBJS)
$(call cmd_link_o_target, $(OBJS))
clean:
rm -f $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
# defines $(obj).depend target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment