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