Skip to content

Commit

Permalink
Make crude installation package
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Dec 1, 2019
1 parent f0a8c5e commit 6ee9964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ clean:
houseclock: $(OBJS)
gcc -g -O -o houseclock $(OBJS) -lechttp -lrt

package:
mkdir -p packages
tar -cf packages/houseclock-`date +%F`.tgz houseclock init.debian Makefile

install:
mkdir -p /usr/local/bin
cp houseclock /usr/local/bin
Expand Down

0 comments on commit 6ee9964

Please sign in to comment.