summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-11 15:49:59 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-11 15:49:59 +0100
commit16cf84958d059b7500f43dd1ba53e1ed680529a2 (patch)
tree1b51863e641da4b9efe2f8808e4c68aee3e3efcc /Makefile
parent44388020aa696238daff956fd06d8470c3e9dcf2 (diff)
Debian build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92fc9a8..2a8759d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ install:
clean:
-rm -f *.o $(PROJECTNAME)
+ -dh_clean
-.PHONY: clean install all
+deb:
+ dpkg-buildpackage -rfakeroot
+
+.PHONY: clean install all deb