Remove incorrect mygrep from Makefile
This commit is contained in:
parent
0e2c89d939
commit
5d438703a6
@ -15,4 +15,4 @@ clean:
|
||||
$(RM) *.tgz
|
||||
|
||||
package:
|
||||
tar -cvzf mygrep.tgz $(TARGET).c Makefile
|
||||
tar -cvzf $(TARGET).tgz $(TARGET).c Makefile
|
||||
|
Reference in New Issue
Block a user