summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-20 12:29:00 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-20 12:29:00 +0100
commit2b31c2bfa8b833b0837207b21d8738600f3f79d6 (patch)
treec1ab6e4e8466edac28bd12a233835318c7127b48
parent5bbc247ade4f6fc705269e3b0a8a8cae13eeef12 (diff)
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bf4c85..7c5b04d 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,6 @@ install:
install tunerdemo $(DESTDIR)/$(PREFIX)/tunerdemo
clean:
- rm -f tunerdemo *.o external/*.o
+ rm -f tunerdemo testsuite *.o external/*.o
.PHONY: clean install all test