1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-06-29 00:15:26 +03:00

tools/lib/Makefile (clean): didn't remove Ben-specific object files

- tools/lib/Makefile (clean): $(OBJS_ben) is now $(OBJS_ben_jlime) and
  $(OBJS_ben_openwrt)
This commit is contained in:
Werner Almesberger 2011-02-10 23:21:31 -03:00
parent b0c15b7e7c
commit 19926ae32f

View File

@ -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)