updated Makefile

This commit is contained in:
Guenter Obiltschnig 2014-11-10 22:55:06 +01:00
parent 9d7a814292
commit 6fe78dee3f
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
$(MAKE) -C download $(MAKECMDGOALS)
$(MAKE) -C Mail $(MAKECMDGOALS)
$(MAKE) -C TwitterClient $(MAKECMDGOALS)

View File

@ -4,4 +4,5 @@ vc.solution.create = true
vc.solution.include = \
download\\download;\
HTTPSTimeServer\\HTTPSTimeServer;\
Mail\\Mail
Mail\\Mail;\
TwitterClient\\TwitterClient