Skip to content

Commit

Permalink
Add makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Nov 14, 2023
1 parent b92656c commit 140665d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all: build

deb:
dpkg-buildpackage -rfakeroot -tc -sa -us -uc -I".gitignore" -I".git" -I".github"

0 comments on commit 140665d

Please sign in to comment.