diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e4964ec --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +All: + g++ -c Main.cpp Universe.cpp + g++ Main.o Universe.o -o Particle_life -lsfml-graphics -lsfml-window -lsfml-system