mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Makefile: clean mcp251xfd/*.o
make distclean depend on clean target in Makefile Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
This commit is contained in:
@@ -102,14 +102,14 @@ PROGRAMS := \
|
||||
all: $(PROGRAMS)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGRAMS) *.o
|
||||
rm -f $(PROGRAMS) *.o mcp251xfd/*.o
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f $(PROGRAMS) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
distclean:
|
||||
rm -f $(PROGRAMS) $(LIBRARIES) *.o *~
|
||||
distclean: clean
|
||||
rm -f $(PROGRAMS) $(LIBRARIES) *~
|
||||
|
||||
asc2log.o: lib.h
|
||||
canbusload.o: lib.h
|
||||
|
||||
Reference in New Issue
Block a user