Skip to content

Commit 6fe78de

Browse files
committed
updated Makefile
1 parent 9d7a814 commit 6fe78de

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

NetSSL_OpenSSL/samples/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
1111
$(MAKE) -C download $(MAKECMDGOALS)
1212
$(MAKE) -C Mail $(MAKECMDGOALS)
13+
$(MAKE) -C TwitterClient $(MAKECMDGOALS)

NetSSL_OpenSSL/samples/samples.progen

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ vc.solution.create = true
44
vc.solution.include = \
55
download\\download;\
66
HTTPSTimeServer\\HTTPSTimeServer;\
7-
Mail\\Mail
7+
Mail\\Mail;\
8+
TwitterClient\\TwitterClient

0 commit comments

Comments
 (0)