Fix bug in client and change the Makefiles

This commit is contained in:
2018-11-10 21:18:12 +01:00
parent 36495526b5
commit 712e3910ad
3 changed files with 9 additions and 5 deletions

View File

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