Last change
on this file since 72 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
324 bytes
|
Rev | Line | |
---|
[2] | 1 | all: spel1 spel2 spel3
|
---|
| 2 | cat README
|
---|
| 3 | spel1: spel1.o
|
---|
| 4 | g++ -Wall spel1.o -o bantumi1
|
---|
| 5 | spel2: spel2.o
|
---|
| 6 | g++ -Wall spel2.o -o bantumi2
|
---|
| 7 | spel3: spel3.o
|
---|
| 8 | g++ -Wall spel3.o -o bantumi3
|
---|
| 9 | spel1.o:
|
---|
| 10 | g++ -Wall -c spel1.cc
|
---|
| 11 | spel2.o:
|
---|
| 12 | g++ -Wall -c spel2.cc
|
---|
| 13 | spel3.o:
|
---|
| 14 | g++ -Wall -c spel3.cc
|
---|
| 15 | clean:
|
---|
| 16 | rm -f *.o *.core bantumi[0-9]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.