Add working http client

This commit is contained in:
Ivaylo Ivanov
2018-11-05 17:46:15 +01:00
parent 69612815b6
commit 2f552e5ad4
3 changed files with 142 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ install:
cp $(TARGET_2) /usr/local/bin/myhttp-$(TARGET_2)
clean:
$(RM) $(TARGET_1).o
$(RM) $(TARGET_1)
$(RM) $(TARGET_2).o
$(RM) $(TARGET_2)
$(RM) $(TARGET_2)
$(RM) *.o
$(RM) *.html