mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-26 05:17:19 +02: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:
parent
b0c15b7e7c
commit
19926ae32f
@ -31,7 +31,8 @@ $(LIB): $(OBJS)
|
|||||||
$(AR) cr $@ $^
|
$(AR) cr $@ $^
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) $(OBJS_ben) $(OBJS_host)
|
rm -f $(OBJS)
|
||||||
|
rm -f $(OBJS_ben_jlime) $(OBJS_ben_openwrt) $(OBJS_host)
|
||||||
|
|
||||||
spotless: clean
|
spotless: clean
|
||||||
rm -f $(LIB)
|
rm -f $(LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user