diff --git a/Makefile b/Makefile index b70200d..4737f40 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,5 @@ default: $(TARGET) # clean removec object files and target clean: -rm -f *.o - -rm -f $(TARGET) \ No newline at end of file + -rm -f $(TARGET) +