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
/
simplepp
/
makefile
blob
9755e2f9738430d9fd36630dabf2b0a95c6a9da1
1
# Miry, May 1999
2
3
BASEDIR
=
..
/
..
/
4
5
simplepp
:
simplepp.o
6
gxx
-
o simplepp simplepp.o
${
BASEDIR
}
lib
/
rice.a
-
lpc
-
lm
7
8
simplepp.o
:
simplepp.
cpp
9
gcc
-
c
-
I
${
BASEDIR
}
include
simplepp.
cpp
10
11
clean
:
12
rm
simplepp.o
13
rm
simplepp.exe