diff --git a/tools/lib/Makefile b/tools/lib/Makefile index 1c49458..d3cea06 100644 --- a/tools/lib/Makefile +++ b/tools/lib/Makefile @@ -31,7 +31,8 @@ $(LIB): $(OBJS) $(AR) cr $@ $^ clean: - rm -f $(OBJS) $(OBJS_ben) $(OBJS_host) + rm -f $(OBJS) + rm -f $(OBJS_ben_jlime) $(OBJS_ben_openwrt) $(OBJS_host) spotless: clean rm -f $(LIB)