Explorar el Código

packages/utils: fbtest fix Makefile

The clean target tries to remove what looks like a bogus 'rbcfg',
probably carried over copy-pasta. Remove the name of the generated
executable ('fbtest') instead.

Signed-off-by: Thibaut VARÈNE <[email protected]>
Fixes: 8099f4e0d3af ("fbtest utility ")
Thibaut VARÈNE hace 5 años
padre
commit
e430376b48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/utils/fbtest/src/Makefile

+ 1 - 1
package/utils/fbtest/src/Makefile

@@ -11,4 +11,4 @@ fbtest: $(OBJS)
 	$(CC) -o $@ $(OBJS)
 
 clean:
-	rm -f rbcfg *.o
+	rm -f fbtest *.o