Skip to content

Commit

Permalink
Added Matmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mls-m5 committed Dec 30, 2019
1 parent cf289f5 commit e3655df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
*.o
*.d
rym
rym.exe

#eclipse
.cproject

# qtcreator
rym.pro
rym.pro.user

15 changes: 15 additions & 0 deletions Matmakefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3655df

Please sign in to comment.