Make the server listen constantly and fix a bug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user