Skip to content

Commit 6ee9964

Browse files
Make crude installation package
1 parent f0a8c5e commit 6ee9964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ clean:
2222
houseclock: $(OBJS)
2323
gcc -g -O -o houseclock $(OBJS) -lechttp -lrt
2424

25+
package:
26+
mkdir -p packages
27+
tar -cf packages/houseclock-`date +%F`.tgz houseclock init.debian Makefile
28+
2529
install:
2630
mkdir -p /usr/local/bin
2731
cp houseclock /usr/local/bin

0 commit comments

Comments
 (0)