repo.or.cz
/
rice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Changes in the directory structure
[rice.git]
/
examples
/
simpleec
/
makefile.bak
blob
8ff6dafd5418f3b3e4a44e47287ba413b6106231
1
simpleec.exe: simpleec
\r
2
aout2exe simpleec
\r
3
if exist simpleec del simpleec
\r
4
\r
5
simpleec: simpleec.o
\r
6
gcc -o simpleec simpleec.o ../lib/rice.a -lpc -lm
\r
7
\r
8
simpleec.o: simpleec.c
\r
9
gcc -c -I../include simpleec.c
\r