summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-05 12:57:18 +0200
commit28609f436966f731f91e84d10c1d7d0621b4abe8 (patch)
treeffc2ae6cbea157e501910db004a3fdedfb98dfd1 /Makefile
parentd137a52a6807f4c74e8e7e32e62ee4acbfe92197 (diff)
Tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 914831d..961bc37 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ install:
cp $(YSCAN) $(DESTDIR)/usr/bin/
clean:
- -rm -f *.o $(PROJECTNAME) $(YSCAN)
+ -rm -f *.o $(PROJECTNAME) $(YSCAN) $(TEST)
-dh_clean
deb: