mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:44:59 +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 $@ $^
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user