]> git.sesse.net Git - bmusb/commitdiff
Remove v4l2proxy on clean.
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 7 Apr 2020 20:11:23 +0000 (22:11 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 7 Apr 2020 20:11:30 +0000 (22:11 +0200)
Makefile

index 88ff0939821dc5d920bed350d959596ae28198d8..012bbec0cfb03b2a9ed9a0d777d227d650ae40a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ $(SOLIB): bmusb.pic.o fake_capture.pic.o
        $(CXX) -shared -Wl,-soname,$(SONAME) -o $@ $^ $(LDFLAGS)
 
 clean:
-       $(RM) bmusb.o main.o fake_capture.o bmusb.pic.o fake_capture.pic.o $(LIB) $(SOLIB) main
+       $(RM) bmusb.o main.o v4l2proxy.o fake_capture.o bmusb.pic.o fake_capture.pic.o $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
 install: all
        $(INSTALL) -m 755 -o root -g root -d \