diff --git a/.gitignore b/.gitignore index b8a3e86..c1d0dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ *.o +*.d rym rym.exe + +#eclipse .cproject + +# qtcreator +rym.pro +rym.pro.user + diff --git a/Matmakefile b/Matmakefile new file mode 100644 index 0000000..e3ac310 --- /dev/null +++ b/Matmakefile @@ -0,0 +1,15 @@ + +rym.src += + main-nix.cpp + hant.cpp + graf.cpp + roamingbroadphase.cpp + shaderprogram.cpp + draw.cpp + +rym.libs += + -lSDL2 + -lGL + +rym.flags += + -O2