From 5d438703a61a789e89ac10f0a6f8b15c27492df1 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Sat, 15 Dec 2018 23:01:57 +0100 Subject: [PATCH] Remove incorrect mygrep from Makefile --- cpair/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpair/Makefile b/cpair/Makefile index 61c13ca..0ebab7b 100644 --- a/cpair/Makefile +++ b/cpair/Makefile @@ -15,4 +15,4 @@ clean: $(RM) *.tgz package: - tar -cvzf mygrep.tgz $(TARGET).c Makefile + tar -cvzf $(TARGET).tgz $(TARGET).c Makefile