Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bokchan committed Dec 17, 2017
1 parent d3e5eb4 commit 2edb8cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
install-deps := README.rst


.PHONY: deb clean-deb
deb: $(install-deps)
make prefix=/usr DESTDIR=pkg/deb/install install
./pkg/deb/build

clean-deb:
rm -rf pkg/deb/install pkg/deb/*.deb

install:
install $(DESTDIR)$(prefix)/bin/
3 changes: 1 addition & 2 deletions pkg/deb/build
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/sh

#!/bin/sh
echo "Hello"

0 comments on commit 2edb8cf

Please sign in to comment.