diff --git a/makefile b/Makefile similarity index 90% rename from makefile rename to Makefile index 2bef6553b0e8ddda4471641ccb93da0cdef6002c..277372c9881d0196d0769b6d1522a7d801c7ec46 100644 --- a/makefile +++ b/Makefile @@ -12,4 +12,4 @@ tests: $(NAME)_tests.o $(NAME).o $(NAME).o: $(NAME).h clean: - rm -f *.o $(NAME) tests \ No newline at end of file + rm -f *.o $(NAME) tests