Skip to content

Commit e3655df

Browse files
committed
Added Matmakefile
1 parent cf289f5 commit e3655df

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
*.o
2+
*.d
23
rym
34
rym.exe
5+
6+
#eclipse
47
.cproject
8+
9+
# qtcreator
10+
rym.pro
11+
rym.pro.user
12+

Matmakefile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
rym.src +=
3+
main-nix.cpp
4+
hant.cpp
5+
graf.cpp
6+
roamingbroadphase.cpp
7+
shaderprogram.cpp
8+
draw.cpp
9+
10+
rym.libs +=
11+
-lSDL2
12+
-lGL
13+
14+
rym.flags +=
15+
-O2

0 commit comments

Comments
 (0)