packages/utils: fbtest fix Makefile
authorThibaut VARÈNE <hacks@slashdirt.org>
Thu, 21 May 2020 15:40:54 +0000 (17:40 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 28 May 2020 09:22:22 +0000 (11:22 +0200)
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 <hacks@slashdirt.org>
Fixes: 8099f4e0d3af ("fbtest utility ")
package/utils/fbtest/src/Makefile

index 075bc0ecbf066f68d8bf1babc66b0eb95212e82d..f7c9f86a878a4a542ce998ac0be552abe13d3030 100644 (file)
@@ -11,4 +11,4 @@ fbtest: $(OBJS)
        $(CC) -o $@ $(OBJS)
 
 clean:
-       rm -f rbcfg *.o
+       rm -f fbtest *.o