Search:
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5272b6b
in opengl-game for
makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jul 19, 2017, 3:38:53 AM (
8 years
ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl
,
master
,
points-test
Children:
516668e
Parents:
11a48af
Message:
Start building a new game from Anton Gerdelan's tutorials
File:
1 edited
makefile
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
makefile
r11a48af
r5272b6b
10
10
endif
11
11
12
newgame: new-game.cpp
13
$(CC) $? $(DEP) $(CFLAGS) -o $@
14
12
15
game: mygame.cpp common/shader.cpp common/texture.cpp common/controls-new.cpp
13
16
$(CC) $? $(DEP) $(CFLAGS) -o $@
…
…
17
20
18
21
clean:
22
rm -f newgame
19
23
rm -f game
20
24
rm -f demo
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive