diff --git a/src/Makefile b/src/Makefile index 8ae20fc..e1e6311 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,5 +22,5 @@ clean: rm -f $(TARGET) $(OBJECTS) version.h .PHONY: all clean - +#new added line for test! # vim: noet