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

@@ -11,4 +11,8 @@ install:
clean:
$(RM) $(TARGET).o
$(RM) $(TARGET)
$(RM) $(TARGET)
$(RM) *.tgz
package:
tar -cvzf mygrep.tgz $(TARGET).c Makefile