Remove incorrect mygrep from Makefile

This commit is contained in:
Ivaylo Ivanov 2018-12-15 23:01:57 +01:00
parent 0e2c89d939
commit 5d438703a6
1 changed files with 1 additions and 1 deletions

View File

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