repo.or.cz
/
rice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes in the directory structure
[rice.git]
/
examples
/
game
/
makefile
blob
0393e923fe991087ad81ab7b12d392b4775d0d02
1
# Miry, May 1999
2
3
BASEDIR
=
..
/
..
/
4
5
game
:
game.o
6
gcc
-
o game game.o
${
BASEDIR
}
lib
/
rice.a
-
lpc
-
lm
7
8
game.o
:
game.c
9
gcc
-
c
-
I
${
BASEDIR
}
include
game.c
10
11
clean
:
12
rm
game.o
13
rm
game.exe