diff --git a/cpair/Makefile b/cpair/Makefile index 61c13ca1fe1c8756f410e9b344856c765c204378..0ebab7b8f417888b24916bd7374cd7ae6fd77718 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