Commit 5d438703 authored by Ivaylo Ivanov's avatar Ivaylo Ivanov

Remove incorrect mygrep from Makefile

parent 0e2c89d9
......@@ -15,4 +15,4 @@ clean:
$(RM) *.tgz
package:
tar -cvzf mygrep.tgz $(TARGET).c Makefile
tar -cvzf $(TARGET).tgz $(TARGET).c Makefile
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment