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