Skip to content

Commit

Permalink
make deb
Browse files Browse the repository at this point in the history
  • Loading branch information
tomclegg committed Oct 18, 2015
1 parent a06101b commit f17ab23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
*.deb
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=0.1
deb:
fpm -s dir -t deb -n sortdirs -v $(version) sortdirs=/usr/bin/sortdirs

0 comments on commit f17ab23

Please sign in to comment.