Skip to content

Commit 73f1e1b

Browse files
Add openssl option (works without on standard debian?)
1 parent eba2c2f commit 73f1e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rebuild: clean all
2222
gcc -c -g -O -o $@ $<
2323

2424
houseclock: $(OBJS)
25-
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lrt
25+
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lcrypto -lrt
2626

2727
package:
2828
mkdir -p packages

0 commit comments

Comments
 (0)