Make the server listen constantly and fix a bug

This commit is contained in:
2018-11-10 14:07:08 +01:00
parent a8698e38f9
commit 36495526b5
3 changed files with 98 additions and 145 deletions

View File

@@ -24,4 +24,8 @@ clean:
$(RM) $(TARGET_1)
$(RM) $(TARGET_2)
$(RM) *.o
$(RM) *.html
$(RM) *.html
$(RM) *.tgz
package:
tar -cvzf server.tgz $(TARGET_1).c $(TARGET_2).c shared public Makefile